Difference between revisions of "ModTweaker:PneumaticCraft Support"

From MineTweaker 3
Jump to: navigation, search
m (Handlers Supported)
m (5 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== PneumaticCraft Support is available in v0.5+ ==
 
 
== 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:
  
  //Pressure chamber recipes
+
  Parameters marked as <span style="color:red">red</span> are optional and can be left out
//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
+
  //Assembly
 +
//Drill
 
  //InputStack, OutputStack
 
  //InputStack, OutputStack
  //mods.pneumaticcraft.Assembly.addDrillRecipe(<minecraft:gravel>, <minecraft:diamond>);
+
  mods.pneumaticcraft.Assembly.addDrillRecipe(<minecraft:diamond>, <minecraft:dye:6> * 6);
 
  //OutputStack
 
  //OutputStack
  //mods.pneumaticcraft.Assembly.removeDrillRecipe(<minecraft:diamond>);
+
  mods.pneumaticcraft.Assembly.removeDrillRecipe(<minecraft:dye:1>);
 
+
  //Laser
  //Assembly Laser Recipes
+
 
  //InputStack, OutputStack
 
  //InputStack, OutputStack
  //mods.pneumaticcraft.Assembly.addLaserRecipe(<minecraft:cobblestone>, <minecraft:diamond>);
+
  mods.pneumaticcraft.Assembly.addLaserRecipe(<PneumaticCraft:fuelBucket>, <minecraft:lava_bucket>);
 
  //OutputStack
 
  //OutputStack
  //mods.pneumaticcraft.Assembly.removeLaserRecipe(<minecraft:bucket>);
+
  mods.pneumaticcraft.Assembly.removeLaserRecipe(<PneumaticCraft:aphorismTile>);
+
  //Laser Drill
  //Assembly Laser Drill Recipes
+
 
  //InputStack, OutputStack
 
  //InputStack, OutputStack
  mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<minecraft:stone>, <minecraft:diamond>);
+
  mods.pneumaticcraft.Assembly.addLaserDrillRecipe(<PneumaticCraft:airCompressor>, <PneumaticCraft:advancedAirCompressor>);
 
  //OutputStack
 
  //OutputStack
  //mods.pneumaticcraft.Assembly.removeLaserDrillRecipe(<minecraft:cobblestone>);
+
  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