Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
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.
 
 
 
 
 
 
NewAlterlite/config/harvest_config.json

37 lines
638 B

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