fix queue-usage bug in issue #16
fix concurrent bug in issue #15 Caused by concurrent usage of LinkedList Now using ConcurrentLinkedQueue in ItemEntityMixin to avoid concurrent exceptions, and some write operations were moved to MC Server Thread
Fix bug: all saplings revert to oak saplings when planted.
Last mod version that support MC 1.12.2 (forge)
Same feature to fabric-1.2.4 on other mc versions
same features in saplanting-fabric-1.19.4-1.2.4
Achieve feature "ignoreShape" which won't plant saplings that cannot grow by 1x1 when disabled. Now stay coincidence with newest saplanting for fabric.
Achieve feature "ignoreShape" which won't plant saplings that cannot grow by 1x1 when disabled.
Now stay coincidence with newest saplanting for fabric.
First publishment on Minecraft 1.12.2
Most features stay coincident with Saplanting 1.1.0 for Forge, BUT without algorithm for planting 2x2 trees.
It means all saplings will be seen OK to plant in shape of 1x1, and will proceed simple tree plant operation.
Replanting
Move from 1.19.2 to 1.19.4
Handle issue #12
- Now when errors occurred during planting items, add this item to a temporary set, and to the blackList (if not configured), then this item will not be handled again.
- Add property
autoBlackList
.