You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
638 B
37 lines
638 B
6 years ago
|
{
|
||
|
"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
|
||
|
}
|