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

15 lines
200 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"NNN",
" ",
"NNN"
],
"key": {
"N": {"tag": "c:copper_nuggets"}
},
"result": {
"item": "phycon:twisted_pair"
}
}