25 lines
400 B
JSON
25 lines
400 B
JSON
{
|
|
"type": "eidolon:crucible",
|
|
"steps": [
|
|
{
|
|
"items": [
|
|
{ "tag": "forge:mushrooms" }
|
|
]
|
|
},
|
|
{
|
|
"stirs": 2,
|
|
"items": [
|
|
{ "item": "minecraft:bone_meal" }
|
|
]
|
|
},
|
|
{
|
|
"items": [
|
|
{ "item": "minecraft:wheat_seeds" }
|
|
]
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "eidolon:fungus_sprouts",
|
|
"count": 2
|
|
}
|
|
} |