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

23 lines
364 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
"xxx",
" y ",
"z z"
],
"key": {
"x": {
"tag": "forge:ingots/pewter"
},
"y": {
"tag": "forge:storage_blocks/coal"
},
"z": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "eidolon:brazier"
}
}