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

47 lines
980 B
JSON

{
"type": "botanypots:crop",
"seed": {
"item": "twilightforest:darkwood_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "twilightforest:darkwood_sapling"
},
"drops": [
{
"chance": 0.5,
"output": {
"item": "twilightforest:dark_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "twilightforest:liveroot"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.05,
"output": {
"item": "twilightforest:dark_leaves"
},
"minRolls": 1,
"maxRolls": 2
}
]
}