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

20 lines
314 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
" x ",
"yyy",
"yyy"
],
"key": {
"x": {
"item": "minecraft:chiseled_stone_bricks"
},
"y": {
"item": "minecraft:stone"
}
},
"result": {
"item": "eidolon:obelisk"
}
}