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

Rolling_Machine

Importing the Package

mods.techreborn.rollingMachine

Adding Recipes

script.zs
mods.techreborn.rollingMachine.addShaped(IItemStack output, IIngredient[][] ingredients);
mods.techreborn.rollingMachine.addShapeless(IItemStack output, IIngredient[] ingredients);

Removing Recipes

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