Skip to content

Instantly share code, notes, and snippets.

@Leeo97one
Created October 31, 2020 11:08
Show Gist options
  • Save Leeo97one/8ff9d7096e29c224d09b3b0102ed4377 to your computer and use it in GitHub Desktop.
Save Leeo97one/8ff9d7096e29c224d09b3b0102ed4377 to your computer and use it in GitHub Desktop.
{
"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"
}
},
{
"block": "sandwichable:cucumbers",
"states": {
"age": "4"
}
},
{
"block": "sandwichable:lettuce",
"states": {
"age": "4"
}
},
{
"block": "sandwichable:onions",
"states": {
"age": "3"
}
},
{
"block": "sandwichable:tomatoes",
"states": {
"age": "4"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment