Issue adding an IC2 recipe with CraftTweaker to Hydraulic Press
topher2010 opened this issue ยท 1 comments
I am trying to add a recipe to the Hydraulic press.
Input is IC2 mixed metal ingot, output is IC2 advanced alloy plate
Recipe:
mods.magneticraft.HydraulicPress.addrecipe(ic2:ingot, ic2:crafting:3, 25, 0, false);
Error message when loading my world: https://pastebin.com/3tVETz7c
Not sure what I am doing wrong, or if IC2 items don't mix well with your Hydraulic Press?