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

Scrap Box

Package

script.zs
import mods.ic2.ScrapBox;

Methods

  • See ScrapBox (From IC2 Tweaker) for info on other methods.
  • ItemStack item The entry being removed from the scrap box drop pool. Will cause drop chances of all other tiems to be recalculated.

Remove Drop (IItemStack)

script.zs
ScrapBox.removeDrop(IItemStack item);
ScrapBox.removeDrop(<minecraft:nether_star>);