PhysicalConnectivity/src/main/resources/data/phycon/recipes/item_processor.json

18 lines
315 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"ISI",
" G "
],
"key": {
"C": {"item": "minecraft:chest"},
"I": {"tag": "c:iron_ingots"},
"S": {"item": "phycon:silicon_wafer"},
"G": {"tag": "c:gold_ingots"}
},
"result": {
"item": "phycon:item_processor"
}
}