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

18 lines
301 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-03-20 16:15:47 +00:00
"W": {"item": "minecraft:gray_wool"},
2021-03-07 01:04:32 +00:00
"T": {"item": "phycon:twisted_pair"},
"R": {"item": "minecraft:redstone"}
},
"result": {
"item": "phycon:cable_gray",
2021-03-20 16:15:47 +00:00
"count": 6
2021-03-07 01:04:32 +00:00
}
}