teknomunk
  • Joined on 2024-02-12
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)
teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-16 15:12:59 +01:00
Minecart Update

After thinking about how to implement this, I settled on allowing nodes to add a watch to the minecart so that as time passes and the cart moves, a callback on the nodes (_mcl_minecarts_node_on_ste…

teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-03-16 15:03:26 +01:00
e98f47839c Add API function to remove node watch
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-03-16 14:58:58 +01:00
973deab854 Refactor enter/leave hook processing, add node watches for implementing hopper-to-minecart functionality (should properly handle heavy server lag without missing any time), temporarily disable hopper push/pull to minecart in mcl_hoppers, prepare to move minecart-specific on_step behavior out of main on_step function and to a minecart-specific handler
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-03-16 13:41:26 +01:00
0ce7496e0d Start adding hooks for implpementing minecart with command block
teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-15 01:10:56 +01:00
Minecart Update

when hopper minecarts got up to full speed, they'd go so fast past the the hopper, it would miss it 80+% of the time

Makes sense. Larger area gives more chances to catch the minecart as it…

teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-14 02:36:31 +01:00
Minecart Update

I saw this video (https://www.youtube.com/watch?v=76uUho_mNeM) where the have a piston move a minecart and was pleasantly surprised that the minecart moved when I tested it.

teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-03-13 20:04:08 +01:00
52c72bccf8 Make minecarts solid and add players pushing
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-03-13 18:49:44 +01:00
36ddde89a3 Fix forwards/backwars tilt in all directions
teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-13 18:24:16 +01:00
Minecart Update

Sitting in a minecart was already resolved, but I can't find the commit to reference, so I'm dropping screenshots here.

teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-03-13 18:07:59 +01:00
d68925b580 Prevent players from entering minecarts when sneaking, prevents players from causing https://git.minetest.land/MineClone2/MineClone2/issues/3188
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-03-13 17:49:55 +01:00
fcac42b335 Increase default track friction, disable right-click to exit minecarts
teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-13 17:40:26 +01:00
Minecart Update

Is it preventing a machine or farm from working?

For reference, here is the machine I was testing when I found this behavior. There is a track running under a line of furnaces with a hopper…