Auto Replant Plus
ModMIT

Auto Replant Plus

A lightweight Fabric mod that automatically replants your crops for effortless farming!

2.1K
Downloads
5
Followers
4 months ago
Updated
📦
8
Versions

📖About Auto Replant Plus

🌾 Auto Replant Plus

Automatically replant your crops for effortless farming!

Fabric
License

Auto Replant Plus is a lightweight Fabric mod that automatically replants crops when you harvest them at full growth. Save time and effort on your farms while maintaining full control through an extensive configuration system!


✨ Features

🌱 Automatic Replanting

  • Crops are automatically replanted when harvested at full maturity
  • Seeds are consumed from your inventory (survival-friendly!)
  • Works seamlessly with normal gameplay - just harvest and go

🌿 Full Vanilla Crop Support

  • Wheat - Replants wheat seeds
  • Carrots - Replants carrots
  • Potatoes - Replants potatoes
  • Beetroots - Replants beetroot seeds
  • Nether Wart - Replants nether wart
  • Cocoa Beans - Replants cocoa on jungle logs

⚙️ Highly Configurable

  • Enable/Disable the mod without uninstalling
  • Require Hoe option for more balanced gameplay
  • Configurable Delay for replanting (in ticks)
  • Crop Whitelist to control which crops auto-replant

🔄 Live Reload

  • Reload configuration without restarting using /arp reload
  • Changes apply instantly

🎮 How It Works

Basic Usage

  1. Install the mod (see Installation)
  2. Launch your world - the mod works immediately with default settings
  3. Harvest fully grown crops - they replant automatically!

Replanting Logic

Condition Result
Crop is fully grown ✅ Replants automatically
Crop is not mature ❌ Normal break (no replant)
No seeds in inventory ❌ No replant
Crop not in whitelist ❌ No replant
requireHoe enabled & not holding hoe ❌ No replant

Supported Crops

Crop Seed/Item Used Growth Stages
Wheat Wheat Seeds 8 stages (0-7)
Carrots Carrot 8 stages (0-7)
Potatoes Potato 8 stages (0-7)
Beetroots Beetroot Seeds 4 stages (0-3)
Nether Wart Nether Wart 4 stages (0-3)
Cocoa Cocoa Beans 3 stages (0-2)

⚙️ Configuration

Config File Location

config/autoreplantplus.json

Default Configuration

{
  "enableAutoReplant": true,
  "requireHoe": false,
  "replantDelayTicks": 1,
  "cropsWhitelist": [
    "minecraft:wheat",
    "minecraft:carrots",
    "minecraft:potatoes",
    "minecraft:beetroots",
    "minecraft:nether_wart",
    "minecraft:cocoa"
  ]
}

Configuration Options

Option Type Default Description
enableAutoReplant boolean true Master toggle for the mod
requireHoe boolean false If true, player must hold a hoe to trigger replanting
replantDelayTicks integer 1 Delay in game ticks before replanting (20 ticks = 1 second)
cropsWhitelist string[] All vanilla crops List of crop block IDs that will auto-replant

Configuration Examples

Balanced Mode (require hoe):

{
  "enableAutoReplant": true,
  "requireHoe": true,
  "replantDelayTicks": 5,
  "cropsWhitelist": [
    "minecraft:wheat",
    "minecraft:carrots",
    "minecraft:potatoes",
    "minecraft:beetroots"
  ]
}

Wheat Only:

{
  "enableAutoReplant": true,
  "requireHoe": false,
  "replantDelayTicks": 1,
  "cropsWhitelist": [
    "minecraft:wheat"
  ]
}

📥 Installation

Steps

  1. Install Fabric Loader for your Minecraft version

  2. Install Fabric API

  3. Download Auto Replant Plus

    • Get the latest release for your Minecraft version!
  4. Install the mod

    • Place both .jar files in your mods folder:
      • Windows: %appdata%\.minecraft\mods
      • macOS: ~/Library/Application Support/minecraft/mods
      • Linux: ~/.minecraft/mods
  5. Launch Minecraft with the Fabric profile and enjoy! 🎉


🔧 Commands

Reload Configuration

/arp reload

Reloads the configuration file without restarting the game or world.

Permission Requirement
Singleplayer Always available
Multiplayer Requires OP level 2

❓ FAQ

Q: Will this work on servers?

A: Yes! The mod works on both singleplayer and multiplayer servers. For multiplayer, the mod needs to be installed on the server. Clients don't need the mod installed to benefit from it.

Q: Does this work in Creative mode?

A: The mod is designed for Survival mode. In Creative mode, seeds aren't consumed from inventory, so replanting may behave differently.

Q: Can I add modded crops?

A: Yes! Add the modded crop's block ID to the cropsWhitelist in the config file. Note: The mod must recognize the crop's growth stages and corresponding seed item. Currently only vanilla crop mappings are built-in.

Q: Why isn't my crop replanting?

A: Check these common issues:

  • Is the crop fully grown?
  • Do you have the correct seeds in your inventory?
  • Is the crop in your cropsWhitelist?
  • If requireHoe is enabled, are you holding a hoe?
  • Is enableAutoReplant set to true?
Q: Does this affect block drops?

A: No! The mod only handles replanting. All normal drops (crops, seeds, experience) work exactly as vanilla.

Q: Will this work with Fortune enchantment?

A: Yes! Fortune and all other enchantments work normally. The mod only intercepts the replanting logic after the block is broken.

Q: Can I disable replanting for specific crops?

A: Yes! Remove the crop's ID from the cropsWhitelist in the config file, then run /arp reload.


📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License - Copyright (c) 2025 AutoReplantPlus Team

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.


💜 Support

If you enjoy this mod, consider:

  • ⭐ Starring the repository
  • 🐛 Reporting bugs you find
  • 💡 Suggesting new features
  • 📢 Sharing with friends!

🌾 Happy farming! 🚜