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

23 lines
366 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
" y ",
"xxx",
"zzz"
],
"key": {
"x": {
"item": "minecraft:purple_carpet"
},
"y": {
"item": "eidolon:pewter_inlay"
},
"z": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "eidolon:worktable"
}
}