54 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|