mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|