Difference between revisions of "Aura Cascade"
From MineTweaker 3
Line 4: | Line 4: | ||
* Vortex Infuser / Pylon | * Vortex Infuser / Pylon | ||
− | + | Each of these handlers can have recipes added or removed: | |
− | //Pylon | + | Parameters marked as <span style="color:red">red</span> are optional and can be left out |
+ | |||
+ | //Pylon | ||
//OutputStack, AuraInput, InputStack, | //OutputStack, AuraInput, InputStack, | ||
mods.auraCascade.Pylon.addRecipe(<minecraft:diamond>, <aura:RED_AURA>*50, <minecraft:dirt>); | mods.auraCascade.Pylon.addRecipe(<minecraft:diamond>, <aura:RED_AURA>*50, <minecraft:dirt>); |
Revision as of 20:59, 1 September 2015
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
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 |