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

Assembling Machine

Importing the Package

mods.techreborn.assemblingMachine

Adding Recipes

script.zs
mods.techreborn.assemblingMachine.addRecipe(IItemStack output, IIngredient input1, IIngredient input2, int ticktime, int euTick);

Removing Recipes

script.zs
mods.techreborn.assemblingMachine.removeInputRecipe(IIngredient ingredientA, IIngredient ingredientB);
mods.techreborn.assemblingMachine.removeRecipe(IItemStack output);
mods.techreborn.assemblingMachine.removeAll();