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

20 lines
307 B
JSON

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