Chemical Combiner
Package
mods.alchemistry.Combiner
Methods
-
IItemStack output - The output of the recipe.
-
IItemStack[] input - The inputs of the recipe.
Addition
mods.alchemistry.Combiner.addRecipe(IItemStack output, IItemstack[] input);mods.alchemistry.Combiner.addRecipe(<minecraft:redstone>, [<alchemistry:element:5>,<alchemistry:element:5>,null, <alchemistry:element:5>]);
Removal
mods.alchemistry.Combiner.removeRecipe(IItemStack output);mods.alchemistry.Combiner.removeRecipe(<minecraft:gold_ingot>);
mods.alchemistry.Combiner.removeAllRecipes();
Game Stages Integration
New Recipes
mods.alchemistry.Combiner.addStagedRecipe(IItemStack output, IItemstack[] input, String stage);
Existing Recipe
mods.alchemistry.Combiner.setAsStaged(IItemStack output, String stage);