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}}")
 
m (4 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
Each of these handlers can have recipes added or removed:
 
Each of these handlers can have recipes added or removed:
  
 +
Parameters marked as <span style="color:red">red</span> are optional and can be left out
 
   
 
   
 +
//Alloyer
 +
//InputStack1, InputStack2, OutputStack
 +
mods.metallurgy.Alloyer.addRecipe(<minecraft:water_bucket>, <minecraft:lava_bucket>, <minecraft:obsidian>);
 +
//OutputStack
 +
mods.metallurgy.Alloyer.removeRecipe(<Metallurgy:bronze.ingot>);
 +
 +
//Crusher
 +
//InputStack, OutputStack
 +
mods.metallurgy.Crusher.addRecipe(<minecraft:cactus>, <minecraft:dye:2>);
 +
//InputStack
 +
mods.metallurgy.Crusher.removeRecipe(<minecraft:iron_ore>);
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Latest revision as of 14:36, 12 September 2023

Handlers Supported

The following handlers are supported:

  • Alloyer
  • Crusher

Each of these handlers can have recipes added or removed:

Parameters marked as red are optional and can be left out

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

//Crusher
//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