Difference between revisions of "ModTweaker:TConstruct Support"

From MineTweaker 3
Jump to: navigation, search
(Handlers Supported)
Line 10: Line 10:
 
Each of these handlers can have recipes added or removed:
 
Each of these handlers can have recipes added or removed:
  
   
+
  //Casting Recipes
 +
//OutputStack, InputFluid, CastStack, ConsumeCast, TickDelay
 +
mods.tconstruct.addBasinRecipe(<minecraft:iron_ingot>, <liquid:iron.molten>, null, false, 20);
 +
mods.tconstruct.addTableRecipe(<minecraft:iron_ingot>, <liquid:iron.molten>, null, false, 20);
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Revision as of 16:50, 11 July 2014

Handlers Supported

The following handlers are supported:

  • Casting
  • Drying Rack
  • Smeltery Alloys
  • Smeltery Melting
  • Tweaks

Each of these handlers can have recipes added or removed:

//Casting Recipes
//OutputStack, InputFluid, CastStack, ConsumeCast, TickDelay
mods.tconstruct.addBasinRecipe(<minecraft:iron_ingot>, <liquid:iron.molten>, null, false, 20);
mods.tconstruct.addTableRecipe(<minecraft:iron_ingot>, <liquid:iron.molten>, null, false, 20);



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