PhysicalConnectivity/src/main/resources/data/phycon/recipes/cable/cyan.json

18 lines
303 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"CCC",
"TRT",
"CCC"
],
"key": {
"C": {"item": "minecraft:cyan_carpet"},
"T": {"item": "phycon:twisted_pair"},
"R": {"item": "minecraft:redstone"}
},
"result": {
"item": "phycon:cable_cyan",
"count": 3
}
}