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

48 lines
1.0 KiB
JSON

{
"type": "botanypots:crop",
"seed": {
"item": "undergarden:blood_mushroom"
},
"categories": [
"deepturf",
"depthrock"
],
"growthTicks": 1600,
"display": {
"block": "undergarden:blood_mushroom"
},
"results": [
{
"chance": 0.8,
"output": {
"item": "undergarden:blood_mushroom"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "undergarden:blood_mushroom_cap"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.1,
"output": {
"item": "undergarden:blood_mushroom_stalk"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.05,
"output": {
"item": "undergarden:blood_mushroom_globule"
},
"minRolls": 1,
"maxRolls": 1
}
]
}