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

23 lines
368 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "eidolon",
"pattern": [
" c ",
"xxx",
"zzz"
],
"key": {
"x": {
"item": "minecraft:red_carpet"
},
"z": {
"tag": "minecraft:planks"
},
"c": {
"item": "eidolon:magic_candle"
}
},
"result": {
"item": "eidolon:research_table"
}
}