Fixed cable anchor recipe. Apparently 32767 is the magic wildcard number we were looking for.
This commit is contained in:
+4
-2
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user