Recipe managers

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

script.zs
removeRecipe(IItemStack output);
script.zs
removeByName(String name);
script.zs
removeByModid(String modid);
script.zs
removeByRegex(String regex);
script.zs
removeAll();