Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Industrial Blast Furnace

Importing the Package

mods.techreborn.blastFurnace

Adding Recipes

script.zs
mods.techreborn.blastFurnace.addRecipe(IItemStack output1, IItemStack output2, IIngredient input1, IIngredient input2, int ticktime, int euTick, int neededHeat);

Removing Recipes

script.zs
mods.techreborn.blastFurnace.removeInputRecipe(IIngredient ingredient);
mods.techreborn.blastFurnace.removeRecipe(IItemStack output);
mods.techreborn.blastFurnace.removeAll();