ModTweaker:PneumaticCraft Support
From MineTweaker 3
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 |