1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs/data/botanypots/recipes/crops/gloomgourd.json
2021-01-23 21:36:55 +01:00

34 lines
718 B
JSON

{
"type": "botanypots:crop",
"seed": {
"item": "undergarden:gloomgourd_seeds"
},
"categories": [
"deepsoil_farmland"
],
"growthTicks": 800,
"display": {
"block": "undergarden:gloomgourd_stem",
"properties": {
"age": 7
}
},
"results": [
{
"chance": 0.75,
"output": {
"item": "undergarden:gloomgourd"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.25,
"output": {
"item": "undergarden:gloomgourd_seeds"
},
"minRolls": 1,
"maxRolls": 4
}
]
}