Difference between revisions of "ModTweaker:Metallurgy 4 Support"
From MineTweaker 3
(→Handlers Supported) |
m (4 revisions imported) |
||
(One intermediate revision by one other user not shown) | |||
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 | + | |
+ | Parameters marked as <span style="color:red">red</span> are optional and can be left out | ||
+ | |||
+ | //Alloyer | ||
//InputStack1, InputStack2, OutputStack | //InputStack1, InputStack2, OutputStack | ||
mods.metallurgy.Alloyer.addRecipe(<minecraft:water_bucket>, <minecraft:lava_bucket>, <minecraft:obsidian>); | mods.metallurgy.Alloyer.addRecipe(<minecraft:water_bucket>, <minecraft:lava_bucket>, <minecraft:obsidian>); | ||
//OutputStack | //OutputStack | ||
− | mods.metallurgy.Alloyer.removeRecipe(< | + | mods.metallurgy.Alloyer.removeRecipe(<Metallurgy:bronze.ingot>); |
− | //Crusher | + | //Crusher |
//InputStack, OutputStack | //InputStack, OutputStack | ||
mods.metallurgy.Crusher.addRecipe(<minecraft:cactus>, <minecraft:dye:2>); | mods.metallurgy.Crusher.addRecipe(<minecraft:cactus>, <minecraft:dye:2>); |
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 |