Difference between revisions of "Aura Cascade"

From MineTweaker 3
Jump to: navigation, search
(Created page with "== Handlers Supported == The following handlers are supported: * Vortex Infuser / Pylon Pylon recipes can be added or removed: //Pylon Recipes //Outputstack, AuraInput, i...")
 
m (7 revisions imported)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
* Vortex Infuser / Pylon
 
* Vortex Infuser / Pylon
  
Pylon recipes can be added or removed:
+
Each of these handlers can have recipes added or removed:  
  
  //Pylon Recipes
+
  Parameters marked as <span style="color:red">red</span> are optional and can be left out
//Outputstack, AuraInput, inputstack,
+
mods.auraCascade.Pylon.addRecipe(<minecraft:diamond>, <aura:RED_AURA>*50, <minecraft:dirt>);
+
 
   
 
   
 +
//Pylon
 +
//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
 
  //OutputStack
 
  mods.auraCascade.Pylon.removeRecipe(<minecraft:diamond>);
 
  mods.auraCascade.Pylon.removeRecipe(<minecraft:diamond>);
 +
 +
== Commands Supported ==
 +
Prints are stored in the minetweaker log in the minecraft directory.
 +
/minetweaker auras - Outputs a list of aura types
 
{{ModTweakerNavigation}}
 
{{ModTweakerNavigation}}

Latest revision as of 14:35, 12 September 2023

Handlers Supported

The following handlers are supported:

  • Vortex Infuser / Pylon

Each of these handlers can have recipes added or removed:

Parameters marked as red are optional and can be left out

//Pylon
//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

Prints are stored in the minetweaker log in the minecraft directory.

/minetweaker auras - Outputs a list of aura types



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