import mods.ic2.Recycler;

  • IIngredient ingredient The item to be blacklisted from recycler (as source of scrap)
ZenScript
Copy
mods.ic2.Recycler.addBlacklist(IIngredient ingredient);

mods.ic2.Recycler.addBlacklist(<minecraft:dirt>);