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

Clear Tweaker

ZenMethod List:

script.zs
// Clears the Transmutation Map of the Reagent and all it's entries
mods.compatskills.transmutations.clears.clearMapOfReagent(IItemStack stack);
// Clears the Reagent Entry in the Transmutation Map of Entries.
mods.compatskills.transmutations.clears.clearReagentOfEntries(IItemStack stack);
// BE AWARE CALLING THIS ZENMETHOD CLEARS THE ENTIRE TRANSMUTATION MAP OF ALL ENTRIES!
mods.compatskills.transmutations.clears.clearReagentMap();