Assembling Machine
Link to assembling-machine
Importing the Package
Link to importing-the-package
mods.techreborn.assemblingMachine
Adding Recipes
Link to adding-recipes
ZenScript Copymods.techreborn.assemblingMachine.addRecipe(IItemStack output, IIngredient input1, IIngredient input2, int ticktime, int euTick);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.techreborn.assemblingMachine.removeInputRecipe(IIngredient ingredientA, IIngredient ingredientB);
mods.techreborn.assemblingMachine.removeRecipe(IItemStack output);
mods.techreborn.assemblingMachine.removeAll();