Trees cannot grow.
rallias opened this issue ยท 0 comments
Version Information
Minecraft:
1.12.2
Forge:
14.23.4.2707
Mantle:
1.12-1.3.2.24
Natura:
1.12.2-4.3.2.49
Report Information
When I plant a sapling in dirt, or whatever, due to the fact that the BlockOverworldSapling class does not attempt to store the STAGE state as metadata, STAGE is always 0, and in BlockSapling#grow, state.getValue(STAGE) is always equal to 0, and as a result, BlockOverworldSapling#generateTree is unreachable.
Steps to Reproduce
- Plant sapling from Natura.
- Wait forever.