• Simple Harvest Mod
  • Thumbnail 1
  • Video Thumbnail
    Video

Simple Harvest Mod (1.16.1, 1.15.2)— Harvest crops with a right-click

Simple Harvest Mod is a simple mod that allows fast and easy harvesting of crops. Created by username TehNut, the mod prevents accidentally destroying crops that are not yet ripe for harvest.

What the Mod Offers

Simple Harvest Mod features a simple and safe way to harvest your crop. With the mod installed, the player can harvest the crop by simply right-clicking it. The mod prevents accidentally damaging any crops. The mod also has a configurable JSON file that allows the player to pick which crop is affected and which is not.

Should You Install It?

If you love farming in Minecraft, you’ll appreciate this simple mod that can change many things when it comes to harvesting. The mod is pretty useful and lightweight.

Default Config

This is the default config for 1.13 and above for both Forge and Fabric.

{
  "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"
      }
    }
  ]
}

This is the default config for 1.12 and below.

{
  "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
}

☝🏽 Useful Guides

Post a new comment

Your email address will not be published. Required fields are marked