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

20 lines
306 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
"s",
"t"
],
"key": {
"s": {
"tag": "forge:string"
},
"t": {
"item": "eidolon:magicians_wax"
}
},
"result": {
"item": "eidolon:magic_candle",
"count": 4
}
}