Difference between revisions of "Aura Cascade"
From MineTweaker 3
m (7 revisions imported) |
|||
(3 intermediate revisions by one other user not shown) | |||
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>); | ||
Line 13: | Line 15: | ||
//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 |