Fixed cable anchor recipe. Apparently 32767 is the magic wildcard number we were looking for.

This commit is contained in:
Gunther De Wachter
2017-07-22 00:33:16 +02:00
parent f0baea3be8
commit fbaff342e4
@@ -49,10 +49,12 @@
], ],
[ [
{ {
"item": "appliedenergistics2:certus_quartz_cutting_knife" "item": "appliedenergistics2:certus_quartz_cutting_knife",
"data": 32767
}, },
{ {
"item": "appliedenergistics2:nether_quartz_cutting_knife" "item": "appliedenergistics2:nether_quartz_cutting_knife",
"data": 32767
} }
] ]
] ]