Files
ATM8/minecraft/kubejs/data/botanytrees/recipes/allthemodium/ancient.json
Adrian Marquis b5ede55eba Version 1.0.19b
2023-05-29 13:49:34 +00:00

46 lines
910 B
JSON

{
"type": "botanypots:crop",
"seed": {
"item": "allthemodium:ancient_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "allthemodium:ancient_sapling"
},
"drops": [
{
"chance": 1.00,
"output": {
"item": "allthemodium:ancient_log_0"
},
"minRolls": 2,
"maxRolls": 4
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "allthemodium:ancient_soulberries"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.15,
"output": {
"item": "allthemodium:ancient_sapling"
}
}
]
}