I figured, but I still need to figure out how to get the LBM to not break existing networks.
This is also a note to myself to not forget to look into this.
Found another related issue: MineClone2/MineClone2#3834 Enable propagule farms by using bone meal on mangrove leaves
Based on what I read at the associated kink, "Deep anvil mechanics" is related to using XP for repairs and enchanting, which is the subject of #3283
Lightning rod has already been converted to a mesh: https://git.minetest.land/MineClone2/MineClone2/src/branch/master/mods/ITEMS/mcl_lightning_rods/models/mcl_lightning_rods_rod.obj
The…
I started some pathfinding experiments in a branch: https://git.minetest.land/teknomunk/MineClone2/src/branch/pathfinding-update
Obviously it isn't anywhere near ready to even be a WIP pull…
Sometimes in the future it would be great to have villagers build houses / expand villages / fix villages, too (maybe something like NPC Build Queue).
Probably would be good to have a new…
Submitted
https://github.com/minetest/minetest/issues/12878 was closed as completed on October 19, 2022 and I regularly use shift+click…
I'll note that this is still an issue. I ended up patching a mesecons install to get pieces of it to load without crashing (I wanted to play with luacontrollers).
Reading thru old issues I came across MineClone2/MineClone2#2166 which is probably another manifestation of this same thing: that xp orbs aren't serialized to disk…
Partially implemented as mesecon.commandblock.resolve_command in d5d43054ba
to support the creation of…
A possible way to handle this without an ABM is to make a system for environmental movement (flowing water, bubble columns, etc) and have all entities check this. It would also make it easier to…
Since I am overhauling all the rail nodes in this branch, some thought needs to happen about how to handle older worlds that have the old style rails so this update doesn't break existing rail…
Since MineClone2/MineClone2#4130 is an update of the potions API, I think it safe to assume that a potions API was created and this issue should be closed as completed?