Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20–1.20.4
1.19.4
1.19–1.19.2
1.18.x
1.16.2–1.16.5
1.12.2
Platforms
Supported environments
Creators
Details
Licensed CC0-1.0
Published 3 years ago
Updated 5 months ago
Non-functional Update
A complete reborn of Saplanting.
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).