Difference between revisions of "ModTweaker:Railcraft Support"

From MineTweaker 3
Jump to: navigation, search
m (Handlers Supported)
Line 1: Line 1:
== Railcraft Support is available in v0.5+ ==
 
 
== Handlers Supported ==
 
== Handlers Supported ==
  

Revision as of 17:33, 25 January 2015

Handlers Supported

The following handlers are supported:

  • Blast Furnace
  • Coke Oven
  • Rock Crusher
  • Rolling Machine

Each of these handlers can have recipes added or removed:

//Blast Furnace Recipes
//InputStack, matchDamage, matchNBT, Cook time, OutputStack
mods.railcraft.BlastFurnace.addRecipe(<minecraft:stone>, false, false, 130, <minecraft:iron_ingot>);
//OutputStack
mods.railcraft.BlastFurnace.removeRecipe(<Railcraft:tile.railcraft.cube:2>);

//Coke oven recipes
//InputStack, matchDamage, matchNBT, OutputStack, fluidOutput, Cook time
mods.railcraft.CokeOven.addRecipe(<minecraft:stone>, false, false, <minecraft:coal>, <liquid:lava> * 100, 100);
//OutputStack
mods.railcraft.CokeOven.removeRecipe(<Railcraft:tile.railcraft.cube>);

//RockCrusher recipes
//InputStack, matchDamage, matchNBT, OutputStacks, Chance  
mods.railcraft.RockCrusher.addRecipe(<minecraft:diamond>, false, false, [<minecraft:cobblestone>, <minecraft:coal>], [0.1, 0.3]);
//InputStack
mods.railcraft.RockCrusher.removeRecipe(<minecraft:stone>);

//Rolling machine recipes
//OutputStack, Input ingredients
mods.railcraft.Rolling.addShaped(<minecraft:stone>, [[<minecraft:coal>, <minecraft:stick>], [<minecraft:coal_block>,
<minecraft:stick>]]);
//OutputStack
mods.railcraft.Rolling.removeRecipe(<Railcraft:part.rail> * 8);



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