Industrial Sawmill
Importing the Package
mods.techreborn.industrialSawmill
Adding Recipes
mods.techreborn.industrialSawmill.addRecipe(IItemStack output1, IItemStack output2, IItemStack output3, IIngredient input1, ILiquidStack fluid, int ticktime, int euTick);mods.techreborn.industrialSawmill.addRecipe(IItemStack output1, IItemStack output2, IItemStack output3, IIngredient input1, int ticktime, int euTick);mods.techreborn.industrialSawmill.addRecipe(IItemStack output1, IItemStack output2, IItemStack output3, IIngredient input1, int ticktime, int euTick, boolean useOreDic);mods.techreborn.industrialSawmill.addRecipe(IItemStack output1, IItemStack output2, IItemStack output3, IIngredient input1, ILiquidStack fluid, int ticktime, int euTick, boolean useOreDic);
Removing Recipes
mods.techreborn.industrialSawmill.removeInputRecipe(IIngredient ingredient);mods.techreborn.industrialSawmill.removeRecipe(IItemStack output);mods.techreborn.industrialSawmill.removeAll();