When using custom plants from mods in Minecraft, a major issue arises — ordinary villagers simply cannot replant them. This is because the original game code does not allow changing the list of crops available for villagers to plant.
This mod elegantly solves this problem by allowing all compatible plants from any mod to be properly replanted by village inhabitants. Support extends to any crops that correctly implement the IPlantable interface.
Key features:
- The mod does not allow villagers to use your added crops for population breeding
- The original villager AI behavior regarding planting location selection and timing is preserved
- Requires CoreMod installation and uses Mixin technologies to work with the base code
Initial implementation created for Minecraft version 1.12.2, with plans to support 1.14 and 1.15