Atomizer
Package
mods.alchemistry.Atomizer
Methods
IItemStack output - The output of the recipe.
ILiquidStack input - The input of the recipe.
Addition
mods.alchemistry.Atomizer.addRecipe(IItemStack output, ILiquidStack input);mods.alchemistry.Atomizer.addRecipe(<minecraft:redstone>,<liquid:beryllium>*500);
Removal
mods.alchemistry.Atomizer.removeRecipe(ILiquidStack input); //Will work regardless of quantity
mods.alchemistry.Atomizer.removeRecipe(<liquid:iron>);mods.alchemistry.Atomizer.removeAllRecipes();