Difference between revisions of "ModTweaker:Applied Energistics 2 Support"
From MineTweaker 3
Line 2: | Line 2: | ||
The following handlers are supported: | The following handlers are supported: | ||
+ | * Grinder | ||
* Inscriber | * Inscriber | ||
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
+ | Parameters marked as <span style="color:red">red</span> are optional and can be left out | ||
+ | |||
+ | //Grinder | ||
+ | //InputStack, OutputStack1, Turns, <span style="color:red">OutputStack2</span>, <span style="color:red">OutputStackChance2</span>, <span style="color:red">OutputStack3</span>, <span style="color:red">OutputStackChance3</span> | ||
+ | mods.appeng.Grinder.addRecipe(<minecraft:sandstone>, <minecraft:sand> * 2, 4, <minecraft:sand>, 0.8, <minecraft:sand>, 0.6); | ||
+ | //OutputStack | ||
+ | mods.appeng.Grinder.removeRecipe(<minecraft:flint>); | ||
+ | |||
//Inscriber Recipes | //Inscriber Recipes | ||
//InputArray, plateA, plateB, OutputStack, TypeString //TypeStrings avaible are "Inscribe" and "Press" | //InputArray, plateA, plateB, OutputStack, TypeString //TypeStrings avaible are "Inscribe" and "Press" |
Revision as of 20:56, 1 September 2015
Handlers Supported
The following handlers are supported:
- Grinder
- Inscriber
Each of these handlers can have recipes added or removed:
Parameters marked as red are optional and can be left out //Grinder //InputStack, OutputStack1, Turns, OutputStack2, OutputStackChance2, OutputStack3, OutputStackChance3 mods.appeng.Grinder.addRecipe(<minecraft:sandstone>, <minecraft:sand> * 2, 4, <minecraft:sand>, 0.8, <minecraft:sand>, 0.6); //OutputStack mods.appeng.Grinder.removeRecipe(<minecraft:flint>); //Inscriber Recipes //InputArray, plateA, plateB, OutputStack, TypeString //TypeStrings avaible are "Inscribe" and "Press" mods.appeng.Inscriber.addRecipe([<minecraft:gold_block>], <appliedenergistics2:item.ItemMultiMaterial:15>, null, <appliedenergistics2:item.ItemMultiMaterial:18> * 9, "Press"); mods.appeng.Inscriber.addRecipe([<minecraft:iron_ingot>], <minecraft:redstone>, <minecraft:cobblestone>, <minecraft:piston>, "Inscribe"); //OutputStack mods.appeng.Inscriber.removeRecipe(<appliedenergistics2:item.ItemMultiMaterial:15>);
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 |