Auto Replant Crop
A lightweight quality-of-life mod for Minecraft.
When you harvest a mature crop, it is automatically replanted in the same block if you have the correct seed or crop item in your inventory.
Features
- Auto replant after harvest for vanilla crops:
- Wheat
- Carrot
- Potato
- Beetroot
- Support for many modded crops that are implemented as
CropBlock - Optional maturity check (only replant fully grown crops)
- Optional seed/crop consumption
- Short replant break protection to prevent accidental instant re-break
Why use this mod?
- Keeps farms clean and efficient
- Reduces repetitive planting
- Works in singleplayer and dedicated servers (Forge)
- Minimal, focused gameplay impact
Configuration (Common)
enabled- enable/disable the modrequireMatureCrop- only replant mature cropsconsumeSeed- consume one seed/crop item on replantplayFeedbackSound- play planting sound after successful replantcropFilterMode-OFF,WHITELIST,BLACKLISTcropWhitelistBlocks/cropBlacklistBlocks- block ID filterscropWhitelistTags/cropBlacklistTags- tag filters
Example
cropFilterMode = "WHITELIST"
cropWhitelistBlocks = ["minecraft:wheat", "modid:tomato_crop"]
cropWhitelistTags = ["#forge:crops", "modid:replantable_crops"]
Compatibility
- Minecraft:
1.20.1, 1.20.4 - Loader:
Forge, Fabric
For Fabric you need Fabric API

