Skip to content

JackDainzh/Harvest

 
 

Repository files navigation

Harvest

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

Default Config

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

About

Right click harvesting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%