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).