Metallurgic Infuser
As of Mekanism 9.7.0 it is now possible to view all recipe strings of the Metallurgic Infuser through the command /ct mekrecipes metallurgicInfuser
Infusion Type String
Both addition and removal of recipes require an “infusion type” string. Default examples from Mekanism are:
Infuse Type | Added by |
---|---|
Infuse Type ”CARBON” | Added by Mekanism |
Infuse Type ”TIN” | Added by Mekanism |
Infuse Type ”DIAMOND” | Added by Mekanism |
Infuse Type ”REDSTONE” | Added by Mekanism |
Infuse Type ”FUNGI” | Added by Mekanism |
Infuse Type ”BIO” | Added by Mekanism |
Infuse Type ”OBSIDIAN” | Added by Mekanism |
If any other mod registers a new infusion type, that type can be used in CraftTweaker as well as long as the registered type’s name is specified exactly. NOTE: It is not possible to define new infusion types with CraftTweaker
As of Mekanism 9.7.0 it is now possible to view all registered infusions (including those from other mods) via the command /ct infuseTypes
Addition
As of Mekanism 9.7.0 it is possible to use IIngredients as the inputStack instead of only IItemStacks.
Note: Currently all this does is loop over the different possibilities in java while adding instead of you having to do it in ZenScript. Currently there is no built in support for compound ingredients or oredictionary in the machines themselves.
Removal
Specifying an input parameter will only remove the specific recipe that uses said input. Omitting the input parameter will remove all recipes that produce the specified output.
Removing all recipes
As of Mekanism 9.7.0 it is now possible to remove all Metallurgic Infuser recipes. (This excludes any recipes added via CraftTweaker)