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

21 lines
326 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
"xxx",
"y y",
"y y"
],
"key": {
"x": {
"tag": "minecraft:wooden_slabs"
},
"y": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "eidolon:wooden_altar",
"count": 3
}
}