If technic_worldgen is enabled, then bonemeal crashes after trying to index a nil 'technic' value unless technic_chests is also enabled. I'm not sure why enabling that specific mod helps, but adding technic to the list of optional_depends does resolve the issue without needing that mod. naturalbiomes is also missing from optional_depends after the latest update. Please fix this.
Doesn't natural biomes add saplings though? Additionally, the rubber tree from moretrees and technic are exactly the same. Technic only adds the rubber tree if moretrees doesn't. The Technic rubber sapling could probably be put in an elseif statement after the moretrees part of the if/then statement, but it's up to you. I appreciate you fixing this issue. It's been a weird one.
A dependency only needs to be added if bonemeal uses any of the growing functions from the original mod, so things like naturalbiomes it just reduces the growth timer to 1 seconds to let it grow on it's own, other mods like worldgen requires the function to grow the tree.
If technic_worldgen is enabled, then bonemeal crashes after trying to index a nil 'technic' value unless technic_chests is also enabled. I'm not sure why enabling that specific mod helps, but adding technic to the list of optional_depends does resolve the issue without needing that mod. naturalbiomes is also missing from optional_depends after the latest update. Please fix this.
Naturalbiomes isn't required as an optional dependency for saplings to grow, also I've added 'technic' as above to fix the worldgen issue.
Doesn't natural biomes add saplings though? Additionally, the rubber tree from moretrees and technic are exactly the same. Technic only adds the rubber tree if moretrees doesn't. The Technic rubber sapling could probably be put in an elseif statement after the moretrees part of the if/then statement, but it's up to you. I appreciate you fixing this issue. It's been a weird one.
A dependency only needs to be added if bonemeal uses any of the growing functions from the original mod, so things like naturalbiomes it just reduces the growth timer to 1 seconds to let it grow on it's own, other mods like worldgen requires the function to grow the tree.