Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
📝 Description
Tired of breaking and replanting crops over and over again?
Harvest With Ease lets you right-click on fully grown crops to harvest and replant them instantly — no more tedious replanting!
It works out of the box with Vanilla crops and most modded crops, so you can relax and enjoy farming without the grind.
💡 Note: While the mod is technically server-side only, a client without the mod may experience a visual glitch (block flashing) when harvesting while holding a block. To avoid this, set
require hoe
totrue
in the config.
✨ Features
- ✅ Right-click to harvest & replant – works with Vanilla and most modded crops!
- 🍫 Supports Nether Wart and Cocoa Beans too!
- 🌱 Automatically consumes 1 crop to simulate replanting.
- ✨ Fortune support – Use a Fortune-enchanted item for bonus drops!
- ⚙️ Highly configurable – Tailor it to your playstyle (see below!).
⚙️ Configuration
Customize your farming experience with settings for:
- Compatibility with modded crops.
- Gameplay balance, like requiring tools or limiting multi-harvest.
- Tweaks for multi-block harvest behavior.
📖 Check out the dedicated Wiki page for full details!
🔗 Dependencies
Mod | Loader | Requirement |
---|---|---|
Cobweb | All | Required |
Forge Config API Port | Fabric; Forge ≥ 1.20.2 | Required |
📜 License and right of use
Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link here.
This project is published under the Crystal Nest Community License v1.
💻 For Developers
By default, any crop that extends CropBlock
will automatically work with this mod — no extra steps needed!
If your crops don’t extend CropBlock
, you can still support them via the crops
config option. Just make sure:
- The block has an Integer property named
"age"
- The property represents growth stages from
0
to a max value
Since v9.0.0, it's possible to blacklist crops via block tags.
📚 Full integration guides are available on the Wiki.