49 lines
792 B
JSON
49 lines
792 B
JSON
{
|
|
"type": "botanypots:crop",
|
|
"conditions": [
|
|
{
|
|
"type": "forge:mod_loaded",
|
|
"modid": "byg"
|
|
},
|
|
{
|
|
"type": "forge:item_exists",
|
|
"item": "byg:ether_sapling"
|
|
}
|
|
],
|
|
"seed": {
|
|
"item": "byg:ether_sapling"
|
|
},
|
|
"categories": [
|
|
"dirt"
|
|
],
|
|
"growthTicks": 2400,
|
|
"display": {
|
|
"block": "byg:ether_sapling"
|
|
},
|
|
"results": [
|
|
{
|
|
"chance": 0.50,
|
|
"output": {
|
|
"item": "byg:ether_log"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 1
|
|
},
|
|
{
|
|
"chance": 0.10,
|
|
"output": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 2
|
|
},
|
|
{
|
|
"chance": 0.05,
|
|
"output": {
|
|
"item": "byg:ether_sapling"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 1
|
|
}
|
|
]
|
|
} |