IMC-Vocality/kubejs/data/eidolon/recipes/fungus_sprouts.json
2025-04-09 22:50:07 -05:00

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
}
}