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

Plate Bending Machine

Importing the Package

mods.techreborn.plateBendingMachine

Adding Recipes

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

Removing Recipes

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