[Bug]: Saplings don't fire TreeGrowthEvent
Alexthw46 opened this issue ยท 0 comments
Minecraft Version
1.19
BYG Version
2.0.0.7
Terrablender Version
2.0.0.119
Mod Loader
Forge
Mod Loader Version
41.1.0
Bug Severity
Minor
What happened?
Growing a sapling into a tree does not fire a grow event. This block interactions with things like the Ars Nouveau's whilsprigs that are tamed when a tree grow nearby.
Should call ForgeEventFactory.saplingGrowTree(world, rand, pos) when it's on Forge, to also check if something will want to cancel the sapling growth.
This probably happen on any forge version of BYG.
latest.log
Did you isolate BYG?
I did not try BYG alone