Difference between revisions of "Mods:Witching Gadgets Support"

From MineTweaker 3
Jump to: navigation, search
(Created page with "== Handlers Supported == The following handlers are supported: * Infernal Blast Furnace * Spinning Wheel Each of these handlers can have recipes added or removed: {{ModTwe...")
 
Line 6: Line 6:
  
 
Each of these handlers can have recipes added or removed:
 
Each of these handlers can have recipes added or removed:
 
+
//Infernal Blast Furnace
 
+
//OutputStack, InputStack, Ticks, Bonus, FlameColour //FlameColour: false = Red Flame, true = Blue Flame ; Iron > Steel = 1200 Ticks, Cluster > Ingot = 440 Ticks
 +
mods.witchinggadgets.InfernalBlastfurnace.addRecipe(<minecraft:netherbrick>, <minecraft:brick>, 200, <minecraft:dirt> * 2, true);
 +
//OutputStack
 +
mods.witchinggadgets.InfernalBlastfurnace.removeRecipe(<minecraft:iron_ingot>);
 +
 
 +
//Spinning Wheel
 +
//OutputStack, InputArray
 +
mods.witchinggadgets.SpinningWheel.addRecipe(<Thaumcraft:blockWoodenDevice:8>, [<WitchingGadgets:item.WG_Material:1>, <WitchingGadgets:item.WG_Material:1>, <minecraft:dye:1>, <Thaumcraft:ItemResource:7>, <Thaumcraft:blockMagicalLog>]);
 +
//OutputStack
 +
mods.witchinggadgets.InfernalBlastfurnace.removeRecipe(<WitchingGadgets:item.WG_Material>);
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Revision as of 18:08, 21 February 2015

Handlers Supported

The following handlers are supported:

  • Infernal Blast Furnace
  • Spinning Wheel

Each of these handlers can have recipes added or removed:

//Infernal Blast Furnace
//OutputStack, InputStack, Ticks, Bonus, FlameColour //FlameColour: false = Red Flame, true = Blue Flame ; Iron > Steel = 1200 Ticks, Cluster > Ingot = 440 Ticks
mods.witchinggadgets.InfernalBlastfurnace.addRecipe(<minecraft:netherbrick>, <minecraft:brick>, 200, <minecraft:dirt> * 2, true);
//OutputStack
mods.witchinggadgets.InfernalBlastfurnace.removeRecipe(<minecraft:iron_ingot>);
 
//Spinning Wheel
//OutputStack, InputArray
mods.witchinggadgets.SpinningWheel.addRecipe(<Thaumcraft:blockWoodenDevice:8>, [<WitchingGadgets:item.WG_Material:1>, <WitchingGadgets:item.WG_Material:1>, <minecraft:dye:1>, <Thaumcraft:ItemResource:7>, <Thaumcraft:blockMagicalLog>]);
//OutputStack
mods.witchinggadgets.InfernalBlastfurnace.removeRecipe(<WitchingGadgets:item.WG_Material>);



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