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

Scrapbox

Importing the Package

mods.techreborn.scrapbox

Adding Drops

script.zs
mods.techreborn.scrapbox.addScrapboxDrop(IIngredient input);

Removing Drops

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