26 lines
418 B
JSON
26 lines
418 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"group": "eidolon",
|
|
"pattern": [
|
|
"xxx",
|
|
"xzx",
|
|
"ywy"
|
|
],
|
|
"key": {
|
|
"x": {
|
|
"item": "minecraft:stone"
|
|
},
|
|
"y": {
|
|
"tag": "forge:ingots/pewter"
|
|
},
|
|
"z": {
|
|
"item": "minecraft:bone"
|
|
},
|
|
"w": {
|
|
"item": "eidolon:pewter_inlay"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "eidolon:necrotic_focus"
|
|
}
|
|
} |