Don't know , I'm struggling here...
I want to make a steel recipe on the EBF, using 9 Wrought Iron nuggets instead a one ingot, but I have two problems:
First, I don't know how to use fluids, or get their ID (1000 x oxygen).
Second, even without the oxygen, I can't make it work...
Code:
//--
import mods.gregtech.BlastFurnace;
BlastFurnace.addRecipe(<gregtech:gt.metaitem.01:11305>, <gregtech:gt.metaitem.01:9304>*9, 100, 120, 1000);
//----
Returns this: ERROR: GT.zs:3 > 2 methods available but none matches the parameters (minetweaker.item.IItemStack, minetweaker.item.IItemStack, int, int, int)
Can you help me with this?