Fix magenta cable recipe

This commit is contained in:
Shadowfacts 2021-11-08 18:19:44 -05:00
parent 46e00cea97
commit 172536cdb8
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
"WWW" "WWW"
], ],
"key": { "key": {
"W": {"item": "minecraft:orange_wool"}, "W": {"item": "minecraft:magenta_wool"},
"T": {"item": "phycon:twisted_pair"}, "T": {"item": "phycon:twisted_pair"},
"R": {"item": "minecraft:redstone"} "R": {"item": "minecraft:redstone"}
}, },
"result": { "result": {
"item": "phycon:cable_orange", "item": "phycon:cable_magenta",
"count": 6 "count": 6
} }
} }