SimpleHarvest Mod Overview
SimpleHarvest makes farming less tedious. Instead of left-clicking to break crops (which sometimes hits the wrong thing), you right-click to harvest. That’s it. Simple. The mod is optional on the client side, so only the server needs it installed.
What It Does
This mod moves crop harvesting to right-click instead of left-click. Left-click is for breaking blocks and attacking, so moving harvest to right-click cuts down on accidental mistakes. No more breaking an undergrown tree while trying to harvest a grown one next to it.
The mod handles wheat, carrots, potatoes, beetroots, nether wart, and more. You can configure which crops trigger harvesting and what growth stage they need to be at. It’s all done through a JSON config file, so you can customize it exactly how you want.
Features
- Right-click harvesting for crops
- Only harvests fully grown crops (no more accidents)
- Fully configurable via JSON
- Works server-side only (optional on client)
- Minimal performance impact
How to Install
You’ll need a mod loader first. Choose Forge or Fabric depending on your preference.
Download the mod file below for your Minecraft version. Drop it in your mods folder (.minecraft/mods) and launch.
Requirements
Configuration
SimpleHarvest uses a JSON config file to customize harvest behavior. Here’s an example config that works out of the box:
{
"crops": [
{
"initialBlock": {
"blockName": "minecraft:wheat",
"meta": 7
}
},
{
"initialBlock": {
"blockName": "minecraft:carrots",
"meta": 7
}
},
{
"initialBlock": {
"blockName": "minecraft:potatoes",
"meta": 7
}
},
{
"initialBlock": {
"blockName": "minecraft:beetroots",
"meta": 3
}
},
{
"initialBlock": {
"blockName": "minecraft:nether_wart",
"meta": 3
}
}
],
"exhaustionPerHarvest": 0.005,
"additionalLogging": false,
"checkForCrops": false
}
You can add or remove crops, change the meta value to control harvest stage, and adjust exhaustion and logging settings to your needs.
SimpleHarvest Mod Download Links
For Minecraft 1.7.10
Forge version:
SimpleHarvest-Mod-Forge-1.7.10.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 9.9 KB
For Minecraft 1.8.9/1.8.0
Forge version:
SimpleHarvest-Mod-Forge-1.8.9.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 10.2 KB
For Minecraft 1.10.2, 1.9.4
Forge version:
SimpleHarvest-Mod-Forge-1.10.2.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 12.6 KB
For Minecraft 1.11.2
Forge version:
SimpleHarvest-Mod-Forge-1.11.2.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 13.0 KB
For Minecraft 1.12.2
Forge version:
SimpleHarvest-Mod-Forge-1.12.2.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 16.6 KB
For Minecraft 1.13.2
Forge version:
SimpleHarvest-Mod-Forge-1.13.2.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 13.6 KB
For Minecraft 1.14.4
Forge version:
SimpleHarvest-Mod-Forge-1.14.4.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 13.5 KB
For Minecraft 1.15.2, 1.15.1
Forge version:
SimpleHarvest-Mod-Forge-1.15.2.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 13.5 KB
For Minecraft 1.16.5
Fabric version:
SimpleHarvest-Mod-Fabric-1.16.5.jarThis file is part of SimpleHarvest Mod 1.18.1, 1.16.5 (Right-Click Harvesting). Visit the main page for features, installation guide, screenshots, and more download options.
Size: 26.9 KB