SimpleHarvest
Modby TehNut
Right click crop harvesting
Type
Mod
CurseForge Downloads
25,196,996
CurseForge ID
240783
Last Updated
Apr 13, 2026
Description
Harvest
Adds right click crop harvesting that is configurable via a JSON file.
As of build 1.0.1-7 for 1.9.4 and above, this mod is not required on the clientside. The only missing feature will be the player's arm swinging after harvesting a crop.
Default Config
This is the default config for 1.13 and above for both Forge and Fabric. For 1.12 and below, check the README on Github. { "exhaustionPerHarvest": 0.005, "additionalLogging": true, "crops": [ { "block": "minecraft:wheat", "states": { "age": "7" } }, { "block": "minecraft:nether_wart", "states": { "age": "3" } }, { "block": "minecraft:carrots", "states": { "age": "7" } }, { "block": "minecraft:potatoes", "states": { "age": "7" } }, { "block": "minecraft:beetroots", "states": { "age": "3" } } ] }
Additional Configuration
In order for Harvest to support a crop, it must be able to find a seed in it's drop list. To specify new types of seeds, use a data pack to define new seed items in the harvest:seeds item tag.
FAQ
- Is Fortune accounted for?
Yes. The Fortune value is pulled from the item in your main hand.
Developers
If your crop requires special harvest handling, you can register a custom IReplantHandler for it through Harvest.CUSTOM_HANDLERS.
Similar Mods
Moonlight Lib
Forge and Fabric lightweight library with utilities such as custom Villagers AI, data driven trades, global datapack, cu...
Konkrete
Just another boring library mod.
Storage Drawers
Interactive compartment storage for your workshops.
Puzzles Lib
Why it's called Puzzles, you ask? That's the puzzle!
Supplementaries
Vanilla+ additions: Jars, signposts, faucets, weather vanes spring launchers, sconces, planters, lights, decoration and...
Applied Energistics 2
A Mod about Matter, Energy and using them to conquer the world..