Difference between revisions of "ModTweaker:PneumaticCraft Support"
From MineTweaker 3
(Created page with "== PneumaticCraft Support is available in v0.5+ == == Handlers Supported == The following handlers are supported: * Assembly * Pressure Chamber Each of these handlers can ha...") |
m (→Handlers Supported) |
||
Line 7: | Line 7: | ||
Each of these handlers can have recipes added or removed: | Each of these handlers can have recipes added or removed: | ||
+ | |||
+ | //Pressure chamber recipes | ||
+ | //InputStack, Pressure needed ,OutputStack, asBlock | ||
+ | //mods.pneumaticcraft.Pressure.addRecipe([<minecraft:stone>], 2, [<minecraft:gravel> * 2], true); | ||
+ | //OutputStack | ||
+ | //mods.pneumaticcraft.Pressure.removeRecipe([<PneumaticCraft:ingotIronCompressed>]); | ||
+ | |||
+ | //Assembly Drill Recipes | ||
+ | //InputStack, OutputStack | ||
+ | //mods.pneumaticcraft.Assembly.addDrillRecipe(<minecraft:gravel>, <minecraft:diamond>); | ||
+ | //OutputStack | ||
+ | //mods.pneumaticcraft.Assembly.removeDrillRecipe(<minecraft:diamond>); | ||
+ | |||
+ | //Assembly Laser Recipes | ||
+ | //InputStack, OutputStack | ||
+ | //mods.pneumaticcraft.Assembly.addLaserRecipe(<minecraft:cobblestone>, <minecraft:diamond>); | ||
+ | //OutputStack | ||
+ | //mods.pneumaticcraft.Assembly.removeLaserRecipe(<minecraft:bucket>); | ||
+ | |||
+ | //Assembly Laser Drill Recipes | ||
+ | //InputStack, OutputStack | ||
+ | mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<minecraft:stone>, <minecraft:diamond>); | ||
+ | //OutputStack | ||
+ | //mods.pneumaticcraft.Assembly.removeLaserDrillRecipe(<minecraft:cobblestone>); | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Revision as of 05:32, 20 July 2014
PneumaticCraft Support is available in v0.5+
Handlers Supported
The following handlers are supported:
- Assembly
- Pressure Chamber
Each of these handlers can have recipes added or removed:
//Pressure chamber recipes //InputStack, Pressure needed ,OutputStack, asBlock //mods.pneumaticcraft.Pressure.addRecipe([<minecraft:stone>], 2, [<minecraft:gravel> * 2], true); //OutputStack //mods.pneumaticcraft.Pressure.removeRecipe([<PneumaticCraft:ingotIronCompressed>]); //Assembly Drill Recipes //InputStack, OutputStack //mods.pneumaticcraft.Assembly.addDrillRecipe(<minecraft:gravel>, <minecraft:diamond>); //OutputStack //mods.pneumaticcraft.Assembly.removeDrillRecipe(<minecraft:diamond>); //Assembly Laser Recipes //InputStack, OutputStack //mods.pneumaticcraft.Assembly.addLaserRecipe(<minecraft:cobblestone>, <minecraft:diamond>); //OutputStack //mods.pneumaticcraft.Assembly.removeLaserRecipe(<minecraft:bucket>); //Assembly Laser Drill Recipes //InputStack, OutputStack mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<minecraft:stone>, <minecraft:diamond>); //OutputStack //mods.pneumaticcraft.Assembly.removeLaserDrillRecipe(<minecraft:cobblestone>);
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 |