Rolling_Machine
Importing the Package
mods.techreborn.rollingMachine
Adding Recipes
mods.techreborn.rollingMachine.addShaped(IItemStack output, IIngredient[][] ingredients);mods.techreborn.rollingMachine.addShapeless(IItemStack output, IIngredient[] ingredients);
Removing Recipes
mods.techreborn.rollingMachine.removeRecipe(IItemStack output);mods.techreborn.rollingMachine.removeAll();