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

Recycler

Package

import mods.ic2.Recycler;

Methods

  • IIngredient ingredient The item to be blacklisted from recycler (as source of scrap)

Add Blacklist

script.zs
mods.ic2.Recycler.addBlacklist(IIngredient ingredient);
mods.ic2.Recycler.addBlacklist(<minecraft:dirt>);