Difference between revisions of "ModTweaker:Metallurgy 4 Support"

From MineTweaker 3
Jump to: navigation, search
(Created page with "== Handlers Supported == The following handlers are supported: * Alloyer * Crusher Each of these handlers can have recipes added or removed: {{ModTweakerNavigation}}")
 
(Handlers Supported)
Line 6: Line 6:
  
 
Each of these handlers can have recipes added or removed:
 
Each of these handlers can have recipes added or removed:
 
+
//Alloyer Recipes
 +
//InputStack1, InputStack2, OutputStack
 +
mods.metallurgy.Alloyer.addRecipe(<minecraft:water_bucket>, <minecraft:lava_bucket>, <minecraft:obsidian>);
 +
//OutputStack
 +
mods.meallurgy.Alloyer.removeRecipe(<minecraft:obsidian>);
 
   
 
   
 +
//Crusher Recipes
 +
//InputStack, OutputStack
 +
mods.metallurgy.Crusher.addRecipe(<minecraft:cactus>, <minecraft:dye:2>);
 +
//InputStack
 +
mods.metallurgy.Crusher.removeRecipe(<minecraft:iron_ore>);
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Revision as of 15:42, 11 July 2014

Handlers Supported

The following handlers are supported:

  • Alloyer
  • Crusher

Each of these handlers can have recipes added or removed:

//Alloyer Recipes
//InputStack1, InputStack2, OutputStack
mods.metallurgy.Alloyer.addRecipe(<minecraft:water_bucket>, <minecraft:lava_bucket>, <minecraft:obsidian>);
//OutputStack
mods.meallurgy.Alloyer.removeRecipe(<minecraft:obsidian>);

//Crusher Recipes
//InputStack, OutputStack
mods.metallurgy.Crusher.addRecipe(<minecraft:cactus>, <minecraft:dye:2>);
//InputStack
mods.metallurgy.Crusher.removeRecipe(<minecraft:iron_ore>);



ModTweaker Supported Mods

Applied Energistics 2 | Aura Cascade | Botania | Chisel 2 | Ex Nihilo | Extra Utilities | Factorization | Flaxbeard's Steam Power Support | Forestry | Mariculture | Mekanism | Metallurgy 4 | PneumaticCraft | Railcraft | Thaumcraft 4 | Thermal Expansion | Tinker's Construct