Difference between revisions of "ModTweaker:PneumaticCraft Support"
From MineTweaker 3
m (→Handlers Supported) |
(→Handlers Supported) |
||
Line 10: | Line 10: | ||
//Pressure chamber recipes | //Pressure chamber recipes | ||
//InputStack, Pressure needed ,OutputStack, asBlock | //InputStack, Pressure needed ,OutputStack, asBlock | ||
− | + | mods.pneumaticcraft.Pressure.addRecipe([<minecraft:stone>], 2, [<minecraft:gravel> * 2], true); | |
//OutputStack | //OutputStack | ||
− | + | mods.pneumaticcraft.Pressure.removeRecipe([<PneumaticCraft:ingotIronCompressed>]); | |
//Assembly Drill Recipes | //Assembly Drill Recipes | ||
//InputStack, OutputStack | //InputStack, OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.addDrillRecipe(<minecraft:gravel>, <minecraft:diamond>); | |
//OutputStack | //OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.removeDrillRecipe(<minecraft:diamond>); | |
//Assembly Laser Recipes | //Assembly Laser Recipes | ||
//InputStack, OutputStack | //InputStack, OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.addLaserRecipe(<minecraft:cobblestone>, <minecraft:diamond>); | |
//OutputStack | //OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.removeLaserRecipe(<minecraft:bucket>); | |
//Assembly Laser Drill Recipes | //Assembly Laser Drill Recipes | ||
Line 30: | Line 30: | ||
mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<minecraft:stone>, <minecraft:diamond>); | mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<minecraft:stone>, <minecraft:diamond>); | ||
//OutputStack | //OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.removeLaserDrillRecipe(<minecraft:cobblestone>); | |
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Revision as of 00:11, 21 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 |