teknomunk
  • Joined on 2024-02-12
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 12:07:37 +01:00
de800732de Move cocoa beans item to mcl_cocoas.
f4c173acf2 Remove stray line from locale template.
Compare 2 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:37:22 +01:00
a9a32b5f2a Use better override mechanism.
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:34:48 +01:00
b908d0d5b7 Add more particles when bonemealing grass.
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:33:51 +01:00
0084862356 Update to new bone meal API.
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 03:25:36 +01:00
d39ba8f635 Add mcl_bone_meal.
e699f8e885 Add bonemealing callback for fern.
b021ac1a1c Add bonemealing callback for tall grass.
0c0f5d3034 Add bonemealing callback for double flowers.
bb6775b42b Add bonemealing callback for dirt with grass.
Compare 5 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-19 00:29:36 +01:00
c271c19625 Add bonemealing callback to cocoa.
teknomunk commented on pull request VoxeLibre/VoxeLibre#4220 2024-03-19 00:22:52 +01:00
Add overhead mob spawning via spherical spawn volume

This should allow better mob spawning with this branch for those close to where the old algorithm allowed mobs to spawn.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4220 2024-03-19 00:08:05 +01:00
Add overhead mob spawning via spherical spawn volume

Alright, I've changed the y range calculation. Here's what the new calculation is doing:

  1. calculate the horizontal distance from the player to where goal_pos would be if goal_pos.y ==…
teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-03-19 00:02:36 +01:00
2859313225 Change y_min/y_max calculations
teknomunk created branch bonemeal-2 in teknomunk/MineClone2 2024-03-18 23:44:09 +01:00
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-03-18 23:44:09 +01:00
503c67d813 Keep same selection box size
e27f596641 Refactor beetroots and add bonemealing callback.
fd6886b211 Add bonemealing callback to melons.
9de35965a9 Add bonemealing callback to pumpkins.
3b6c6a6da2 Add bonemealing callback to carrots.
Compare 9 commits »
teknomunk commented on issue VoxeLibre/VoxeLibre#2152 2024-03-18 19:57:27 +01:00
Proposal: improve bonemeal API.

The commit fd3df57e5f looks related to the following issue:

https://git.minetest.land/MineClone2/MineClone2/i

teknomunk commented on issue VoxeLibre/VoxeLibre#2152 2024-03-18 12:18:55 +01:00
Proposal: improve bonemeal API.

Possibly related issues:

  • bone meal used on cherry saplings lasts forever #3904
  • Add missing features to sea pickles #2358
  • Allow growing seagrass with bone meal #2310
  • Bonemealing…
teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-03-18 02:36:27 +01:00
2ae9989895 Limit y range to the same hemisphere (top/bottom)
teknomunk commented on pull request VoxeLibre/VoxeLibre#4220 2024-03-18 02:19:49 +01:00
Add overhead mob spawning via spherical spawn volume

You aren't misunderstanding what is going on here. It is checking about 65 blocks: 32 above, 32 below and the node itself, if I'm not mistaken. The y value is relative to the player's location.

teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-03-18 02:15:24 +01:00
a243d0465c Close if statement
teknomunk created pull request VoxeLibre/VoxeLibre#4220 2024-03-18 01:15:16 +01:00
Add overhead mob spawning via spherical spawn volume
teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-03-18 01:05:06 +01:00
4ac19d1d1c Change mob spawning randomization from polar coordinates to spherical coordinates, move position validation code from find_spawning_position to get_next_mob_spawn_pos, minimize code remaining in find_spawning_position
teknomunk created branch spherical-farm-spawning in teknomunk/MineClone2 2024-03-18 01:05:05 +01:00
teknomunk pushed to master at teknomunk/MineClone2 2024-03-17 21:50:02 +01:00
21dbc25f13 Improve french translation (#4194)