ZenScript
Copy
import mods.ic2.ScrapBox;
  • 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)

Link to remove-drop-iitemstack

ZenScript
Copy
    ScrapBox.removeDrop(IItemStack item);

    ScrapBox.removeDrop(<minecraft:nether_star>);