Rolling_Machine
Link to rolling_machine
Importing the Package
Link to importing-the-package
mods.techreborn.rollingMachine
Adding Recipes
Link to adding-recipes
ZenScript Copymods.techreborn.rollingMachine.addShaped(IItemStack output, IIngredient[][] ingredients);
mods.techreborn.rollingMachine.addShapeless(IItemStack output, IIngredient[] ingredients);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.techreborn.rollingMachine.removeRecipe(IItemStack output);
mods.techreborn.rollingMachine.removeAll();