Clear Tweaker
Link to clear-tweaker
ZenMethod List:
Link to zenmethod-list
Copy// 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();