Description
Current features
Auto Farmland
Can be made using a Magic Hoe
Summary:
Automatically breaks mature crops and plants seed items lying on top.
The Auto Replant option in the config makes it instantly replant any dropped seeds.
Technical Summary:
On random tick, if the crop growing above is mature, it breaks it.
When an Item entity is on top, is a member of either seeds or crops tags, and the item is an instance of BlockItem (is placeable), it is planted.
If Auto Replant (default=false) is enabled in the config, when a mature crop is broken, it will check for seeds the same way, and if found, plant it before dropping the items.
(1 item removed from the ItemStack, and block placed)
Magic Hoe
Recipe: A hoe plus redstone dust, shapeless.
Used to make the Auto Farmland


