Difference between revisions of "ModTweaker:PneumaticCraft Support"
From MineTweaker 3
m (→Handlers Supported) |
m (5 revisions imported) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Handlers Supported == | == Handlers Supported == | ||
Line 8: | Line 7: | ||
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 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | //Assembly Drill | + | //Assembly |
+ | //Drill | ||
//InputStack, OutputStack | //InputStack, OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.addDrillRecipe(<minecraft:diamond>, <minecraft:dye:6> * 6); | |
//OutputStack | //OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.removeDrillRecipe(<minecraft:dye:1>); | |
− | + | //Laser | |
− | // | + | |
//InputStack, OutputStack | //InputStack, OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.addLaserRecipe(<PneumaticCraft:fuelBucket>, <minecraft:lava_bucket>); | |
//OutputStack | //OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.removeLaserRecipe(<PneumaticCraft:aphorismTile>); | |
− | + | //Laser Drill | |
− | // | + | |
//InputStack, OutputStack | //InputStack, OutputStack | ||
− | mods.pneumaticcraft.Assembly.addLaserDrillRecipe(< | + | mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<PneumaticCraft:airCompressor>, <PneumaticCraft:advancedAirCompressor>); |
//OutputStack | //OutputStack | ||
− | + | mods.pneumaticcraft.Assembly.removeLaserDrillRecipe(<PneumaticCraft:advancedPressureTube>); | |
+ | |||
+ | //Pressure Chamber | ||
+ | //InputArray, PressureRequired, OutputArray, asBlock | ||
+ | mods.pneumaticcraft.Pressure.addRecipe([<minecraft:iron_ingot>, <minecraft:iron_bars> * 4], 2, [<PneumaticCraft:compressedIronGear>], true); | ||
+ | //OutputArray | ||
+ | mods.pneumaticcraft.Pressure.removeRecipe([<minecraft:diamond>]); | ||
{{ModTweakerNavigation}} | {{ModTweakerNavigation}} |
Latest revision as of 14:36, 12 September 2023
Handlers Supported
The following handlers are supported:
- Assembly
- Pressure Chamber
Each of these handlers can have recipes added or removed:
Parameters marked as red are optional and can be left out
//Assembly
//Drill
//InputStack, OutputStack
mods.pneumaticcraft.Assembly.addDrillRecipe(<minecraft:diamond>, <minecraft:dye:6> * 6);
//OutputStack
mods.pneumaticcraft.Assembly.removeDrillRecipe(<minecraft:dye:1>);
//Laser
//InputStack, OutputStack
mods.pneumaticcraft.Assembly.addLaserRecipe(<PneumaticCraft:fuelBucket>, <minecraft:lava_bucket>);
//OutputStack
mods.pneumaticcraft.Assembly.removeLaserRecipe(<PneumaticCraft:aphorismTile>);
//Laser Drill
//InputStack, OutputStack
mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<PneumaticCraft:airCompressor>, <PneumaticCraft:advancedAirCompressor>);
//OutputStack
mods.pneumaticcraft.Assembly.removeLaserDrillRecipe(<PneumaticCraft:advancedPressureTube>);
//Pressure Chamber
//InputArray, PressureRequired, OutputArray, asBlock
mods.pneumaticcraft.Pressure.addRecipe([<minecraft:iron_ingot>, <minecraft:iron_bars> * 4], 2, [<PneumaticCraft:compressedIronGear>], true);
//OutputArray
mods.pneumaticcraft.Pressure.removeRecipe([<minecraft:diamond>]);
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 |