Fellies/kubejs[e6]/data/botanypots/recipes/crops/ditchbulb.json

23 lines
442 B
JSON

{
"type": "botanypots:crop",
"seed": {
"item": "undergarden:ditchbulb"
},
"categories": [
"depthrock"
],
"growthTicks": 800,
"display": {
"block": "undergarden:ditchbulb"
},
"results": [
{
"chance": 0.75,
"output": {
"item": "undergarden:ditchbulb"
},
"minRolls": 1,
"maxRolls": 2
}
]
}