Update IGT_RecipeAdder.java
This commit is contained in:
parent
aacf36419a
commit
5cbf599eed
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ public interface IGT_RecipeAdder {
|
|||
* Adds a Recipe for the Fluid Canner
|
||||
*/
|
||||
public boolean addFluidCannerRecipe(ItemStack aInput, ItemStack aOutput, FluidStack aFluidInput, FluidStack aFluidOutput);
|
||||
|
||||
public boolean addFluidCannerRecipe(ItemStack aInput, ItemStack aOutput, FluidStack aFluidInput, FluidStack aFluidOutput, int aDuration,int aEUt);
|
||||
/**
|
||||
* Adds a Recipe for the Chemical Bath
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue