SimpleHarvest Mod 1.18.1, 1.16.5 adds right-click crop harvesting that is configurable via a JSON file. This mod is not required on the client side. The only missing feature will be the player’s arm swinging after harvesting a crop.

SimpleHarvest Mod

This mod makes harvesting a lot simpler. Despite not being a difficult task, any Minecraft player knows that making mistakes while harvesting is very much a reality. Sometimes, you end up harvesting a tree that has not fully grown yet. That basically results in you losing what you could have harvested had the tree been ready for harvesting. Another mistake that often happens is when an undergrown tree gets destroyed when an overgrown one is cropped. While these do not really affect your game much, it can get frustrating when you commit these errors.

SimpleHarvest Mod Screenshots 1

This mod minimizes harvesting mistakes by moving the function to the right click. This is because attack and block destroy functions are on the left click. By moving the harvesting functions to the other side, there are fewer chances of making errors that can be quite frustrating. In addition, when the harvesting is done on the opposite side, it delivers additional features such as being able to avoid the wrong crop and only being able to harvest when the trees are fully grown.

Configs:

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

Requires:

Minecraft Forge

Fabric Modloader

Fabric API

How to install:

How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods

SimpleHarvest Mod 1.18.1, 1.16.5 Download Links

For Minecraft 1.7.10

Forge version: Download from Server 1

For Minecraft 1.8.9/1.8.0

Forge version: Download from Server 1

For Minecraft 1.10.2, 1.9.4

Forge version: Download from Server 1

For Minecraft 1.11.2

Forge version: Download from Server 1

For Minecraft 1.12.2

Forge version: Download from Server 1

For Minecraft 1.13.2

Forge version: Download from Server 1

For Minecraft 1.14.4

Forge version: Download from Server 1

For Minecraft 1.15.2, 1.15.1

Forge version: Download from Server 1

For Minecraft 1.16.5

Fabric version: Download from Server 1

Click to rate this post!
[Total: 3 Average: 3.7]