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

47 lines
1.0 KiB
JSON

{
"type": "botanypots:crop",
"seed": {
"item": "myrtrees:rubberwood_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "myrtrees:rubberwood_sapling"
},
"drops": [
{
"chance": 0.5,
"output": {
"item": "myrtrees:rubberwood_log"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.05,
"output": {
"item": "myrtrees:latex"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "myrtrees:rubberwood_sapling"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.25,
"output": {
"item": "myrtrees:rubberwood_leaves"
},
"minRolls": 1,
"maxRolls": 1
}
]
}