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/ashen_deepturf.json
2021-01-23 21:36:55 +01:00

23 lines
459 B
JSON

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