All recipe related globals extend from this class, and have all of these methods.

ZenScript
Copy
removeRecipe(IItemStack output);
ZenScript
Copy
removeByName(String name);
ZenScript
Copy
removeByModid(String modid);
ZenScript
Copy
removeByRegex(String regex);
ZenScript
Copy
removeAll();