AOF6-Vocality/kubejs/data/botanytrees/recipes/croptopia/grapefruit.json
2023-03-02 15:41:30 -06:00

54 lines
1.0 KiB
JSON

{
"bookshelf:load_conditions": [
{
"type": "bookshelf:item_exists",
"values": [
"croptopia:grapefruit_sapling"
]
}
],
"type": "botanypots:crop",
"seed": {
"item": "croptopia:grapefruit_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "croptopia:grapefruit_sapling"
},
"drops": [
{
"chance": 1.00,
"output": {
"item": "minecraft:jungle_log"
},
"minRolls": 2,
"maxRolls": 4
},
{
"chance": 0.20,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.20,
"output": {
"item": "croptopia:grapefruit"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.01,
"output": {
"item": "croptopia:grapefruit_sapling"
}
}
]
}