AeiouEnigma / Harvest

Right click harvesting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harvest

Adds right click crop harvesting that is configurable via a JSON file.

This branch depends on Fabric-Loader and Fabric.

Default Config

{
  "exhaustionPerHarvest": 0.005,
  "additionalLogging": false,
  "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"
      }
    }
  ]
}

About

Right click harvesting

License:MIT License


Languages

Language:Java 100.0%