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

30 lines
437 B
JSON

{
"type": "eidolon:crucible",
"steps": [
{
"items": [
{
"item": "eidolon:merammer_resin"
},
{
"item": "eidolon:enchanted_ash"
}
]
},
{
"items": [
{
"item": "eidolon:oanna_bloom",
"count": 2
}
]
},
{
"stirs": 2
}
],
"result": {
"item": "eidolon:offering_incense",
"count": 2
}
}