48 lines
1001 B
JSON
48 lines
1001 B
JSON
{
|
|
"type": "botanypots:crop",
|
|
"conditions": [
|
|
{
|
|
"type": "forge:mod_loaded",
|
|
"modid": "byg"
|
|
},
|
|
{
|
|
"type": "forge:item_exists",
|
|
"item": "byg:zelkova_sapling"
|
|
}
|
|
],
|
|
"seed": {
|
|
"item": "byg:zelkova_sapling"
|
|
},
|
|
"categories": ["dirt"],
|
|
"growthTicks": 2400,
|
|
"display": {
|
|
"block": "byg:zelkova_sapling"
|
|
},
|
|
"results": [
|
|
{
|
|
"chance": 0.5,
|
|
"output": {
|
|
"item": "byg:zelkova_log"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 1
|
|
},
|
|
{
|
|
"chance": 0.1,
|
|
"output": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 2
|
|
},
|
|
{
|
|
"chance": 0.05,
|
|
"output": {
|
|
"item": "byg:zelkova_sapling"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 1
|
|
}
|
|
]
|
|
}
|