A complete reborn of Saplanting.
- Add language support, now dedicated server is the only side that require mod installation.
- Add property multiThread, run saplanting on dedicated thread when enabled, default value: true.
- Fix Bug #10: Crash while property "allowXXX" is enabled.
Move from 1.19.2 to 1.18.2.
Move from 1.19.2 to 1.19.
Initial movement to 1.18.2
Fix Bug: #1: [Bug] Items stop merging with neighbors bug Occurred by improper modification on ItemEntity.tickCount, now do it properly.
First release of forge version. Be consistent with saplanting 1.1.2+1 for fabric.
Fix Bug:
#NAN: property "ignoreShape" does not appear in properties panel called by "/saplanting"
Fix Bug: #NAN: property "ignoreShape" does not appear in properties panel called by "/saplanting"
Update to Minecraft 1.19.2
Achieve feature
#3: [Suggestion] only 2x2 dark oak trees
Now add a property "ignoreShape". When it is set to False, the mod will make no attempt to plant a sapling in shape of 1x1 if the sapling cannot grow in that shape.
Bug Fix
#7: Abnormally high occupation of CPU
This problem is caused by high-frequency try-catch operation, it is now replaced with sleep(5).