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

18 lines
307 B
JSON
Raw Normal View History

2021-03-07 01:04:32 +00:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
2021-03-20 16:15:47 +00:00
"WWW",
2021-03-07 01:04:32 +00:00
"TRT",
2021-03-20 16:15:47 +00:00
"WWW"
2021-03-07 01:04:32 +00:00
],
"key": {
2021-11-08 23:19:44 +00:00
"W": {"item": "minecraft:magenta_wool"},
2021-03-07 01:04:32 +00:00
"T": {"item": "phycon:twisted_pair"},
"R": {"item": "minecraft:redstone"}
},
"result": {
2021-11-08 23:19:44 +00:00
"item": "phycon:cable_magenta",
2021-03-20 16:15:47 +00:00
"count": 6
2021-03-07 01:04:32 +00:00
}
}