Fellies/kubejs[e6]/data/botanytrees/recipes/byg/araucaria.json

49 lines
807 B
JSON

{
"type": "botanypots:crop",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
},
{
"type": "forge:item_exists",
"item": "byg:araucaria_sapling"
}
],
"seed": {
"item": "byg:araucaria_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "byg:araucaria_sapling"
},
"results": [
{
"chance": 0.50,
"output": {
"item": "byg:pine_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "byg:araucaria_sapling"
},
"minRolls": 1,
"maxRolls": 1
}
]
}