Recipe managers
All recipe related globals extend from this class, and have all of these methods.
All recipe related globals extend from this class, and have all of these methods.
removeRecipe(IItemStack output);
removeByName(String name);
removeByModid(String modid);
removeByRegex(String regex);
removeAll();