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

17 lines
277 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"IPI",
"IHI"
],
"key": {
"P": {"item": "phycon:item_processor"},
"I": {"tag": "c:iron_ingots"},
"H": {"item": "minecraft:hopper"}
},
"result": {
"item": "phycon:extractor"
}
}