ZenScript
Copy
import mods.industrialforegoing.SludgeRefiner;
ZenScript
Copy
SludgeRefiner.add(IItemStack output, int ItemWeight);

SludgeRefiner.add(<minecraft:wheat_seeds>, 10);
ZenScript
Copy
SludgeRefiner.remove(IItemStack output);

SludgeRefiner.remove(<minecraft:wheat_seeds>);