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

23 lines
356 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
" x ",
"s s",
"xpx"
],
"key": {
"x": {
"item": "forbidden_arcanus:deorum_ingot"
},
"p": {
"item": "eidolon:pewter_ingot"
},
"s": {
"item": "oreganized:silver_ingot"
}
},
"result": {
"item": "eidolon:censer"
}
}