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
.
Fix incompatible #12 Now the plant-operation will be quoted with try-catch. If errors occur, Saplanting will only show one message for one item entity, then this entity will be tagged as "contain-error", and will not participate in check-and-plant operation.
Stay consistent via changes in saplanting fabric 1.2.0 - 1.2.2
Optimization update:
-
Fix bug: #11 Dangerous state on task queue... Now use 2 task queue, MC server thread and saplanting core thread can not operate one of them at same time.
-
Add config "maxTask", expect integers. A limit of size of task queue.
-
Add config "warnTaskQueue", expect boolean. Show warning if size of task queue reaches config "maxTask".
Non-functional Update
- Better command interface.
- Add default config.
- Make Saplanting on Fabric for 1.16.5 compatible with MC 1.16.2, 1.16.3 and 1.16.4. MUYU_Twilighter.
Non-functional Update
- Better command interface.
- Add default config.
Non-functional Update
- Better command interface.
- Add default config.
Non-functional Update
- Better command interface.
- Add default config.
- Make Saplanting on Fabric for 1.19.2 compatible with MC 1.19.1.