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

27 lines
493 B
JSON

{
"type": "eidolon:crucible",
"steps": [
{
"items": [
{ "item": "eidolon:zombie_heart" },
{ "item": "minecraft:rotten_flesh" }
]
},
{
"stirs": 2,
"items": [
{ "item": "minecraft:bone_meal" },
{ "item": "minecraft:bone_meal" }
]
},
{
"items": [
{ "item": "minecraft:charcoal" }
]
}
],
"result": {
"item": "eidolon:death_essence",
"count": 4
}
}