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

20 lines
306 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
" x ",
"xyx",
" y "
],
"key": {
"x": {
"item": "minecraft:stone_slab"
},
"y": {
"item": "minecraft:stone"
}
},
"result": {
"item": "eidolon:stone_hand"
}
}