ModTweaker:Thermal Expansion Support

From MineTweaker 3
Revision as of 11:15, 11 January 2015 by Yulife (Talk) (Created page with "== Handlers Supported == The following handlers are supported: * Induction Smelter (0.6+) * Fluid Transposer (0.6+) * Magma Crucible (0.6+) * Pulverizer (0.6+) * Redstone Furn...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Handlers Supported

The following handlers are supported:

  • Induction Smelter (0.6+)
  • Fluid Transposer (0.6+)
  • Magma Crucible (0.6+)
  • Pulverizer (0.6+)
  • Redstone Furnace (0.6+)
  • Sawmill (0.6+)


Each of these handlers can have recipes added or removed:

// Induction Smelter Recipes
//RF required, InputStack, InputStack2, OutputStack, OutputStack2, Chance for OutputStack2

mods.thermalexpansion.Smelter.addRecipe(800, <minecraft:dye:1>, <minecraft:sand>, <minecraft:stained_glass:14>, <ThermalExpansion:Rockwool:14>, 50); //The last two are optional //InputStack, InputStack1 //The last one is optional, Reversed - InputStack is the right input slot ingame, InputStack1 is the left input slot ingame mods.thermalexpansion.Smelter.removeRecipe(<minecraft:redstone_ore>, <minecraft:sand>);