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

21 lines
340 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
"y",
"x",
"y"
],
"key": {
"x": {
"item": "eidolon:magic_candle"
},
"y": {
"item": "forbidden_arcanus:deorum_nugget"
}
},
"result": {
"item": "eidolon:magic_candlestick",
"count": 1
}
}