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

Wire Mill

Importing the Package

mods.techreborn.wireMill

Adding Recipes

script.zs
mods.techreborn.wireMill.addRecipe(IItemStack output1, IIngredient input1, int ticktime, int euTick);

Removing Recipes

script.zs
mods.techreborn.wireMill.removeRecipe(IItemStack output);
mods.techreborn.wireMill.removeAll();