Difference between revisions of "Aura Cascade"

From MineTweaker 3
Jump to: navigation, search
Line 13: Line 13:
 
  //OutputStack
 
  //OutputStack
 
  mods.auraCascade.Pylon.removeRecipe(<minecraft:diamond>);
 
  mods.auraCascade.Pylon.removeRecipe(<minecraft:diamond>);
 +
 +
== Commands Supported ==
 +
ModTweaker introduces a command that will print a list of all registered auras to the minetweaker log.
 +
/minetweaker auras
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Revision as of 17:14, 23 February 2015

Handlers Supported

The following handlers are supported:

  • Vortex Infuser / Pylon

Pylon recipes can be added or removed:

//Pylon Recipes
//OutputStack, AuraInput, InputStack, 
mods.auraCascade.Pylon.addRecipe(<minecraft:diamond>, <aura:RED_AURA>*50, <minecraft:dirt>);
//OutputStack, AuraInput1, InputStack1, AuraInput2, InputStack2, AuraStack3, InputStack3, AuraStack4, InputStack4
mods.auraCascade.Pylon.addRecipe(<minecraft:diamond>, <aura:GREEN_AURA*1>, <minecraft:dirt>, <aura:RED_AURA*30>, <minecraft:dirt>, <aura:BLUE_AURA*90>, <minecraft:dirt>, <aura:WHITE_AURA*1500>, <minecraft:dirt>;
//OutputStack
mods.auraCascade.Pylon.removeRecipe(<minecraft:diamond>);

Commands Supported

ModTweaker introduces a command that will print a list of all registered auras to the minetweaker log.

/minetweaker auras



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