40 lines
878 B
JSON
40 lines
878 B
JSON
{
|
|
"type": "botanypots:crop",
|
|
"seed": {
|
|
"item": "undergarden:indigo_mushroom"
|
|
},
|
|
"categories": [
|
|
"deepturf",
|
|
"depthrock"
|
|
],
|
|
"growthTicks": 1600,
|
|
"display": {
|
|
"block": "undergarden:indigo_mushroom"
|
|
},
|
|
"results": [
|
|
{
|
|
"chance": 0.8,
|
|
"output": {
|
|
"item": "undergarden:indigo_mushroom"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 1
|
|
},
|
|
{
|
|
"chance": 0.1,
|
|
"output": {
|
|
"item": "undergarden:indigo_mushroom_cap"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 1
|
|
},
|
|
{
|
|
"chance": 0.1,
|
|
"output": {
|
|
"item": "undergarden:indigo_mushroom_stalk"
|
|
},
|
|
"minRolls": 1,
|
|
"maxRolls": 1
|
|
}
|
|
]
|
|
} |