Skip to content
desht edited this page Nov 16, 2017 · 21 revisions

PneumaticCraft: Repressurized

CraftTweaker Support

Supported CraftTweaker commands:

  • Assembly - mods.pneumaticcraft.assembly
    • Laser
      • addLaserRecipe(IItemStack input, IItemStack output)
      • removeLaserRecipe(IIngredient output)
      • removeAllLaserRecipes()
    • Drill
      • addDrillRecipe(IItemStack input, IItemStack output)
      • removeDrillRecipe(IIngredient output)
      • removeAllDrillRecipes()
    • DrillLaser
      • addDrillLaserRecipe(IItemStack input, IItemStack output)
      • removeDrillLaserRecipe(IIngredient output)
      • removeAllDrillRecipes()
    • Common
      • removeAllRecipes()
  • Heat Frame Cooling - mods.pneumaticcraft.heatframecooling
    • addRecipe(IItemStack input, IItemStack output)
    • addRecipe(IOreDictEntry input, IItemStack output)
    • removeRecipe(IIngredient output)
    • removeAllRecipes()
  • Pressure Chamber - mods.pneumaticcraft.pressurechamber
    • addRecipe(IIngredient[] input, double pressure, IItemStack[] output)
    • removeRecipe(IIngredient[] output)
    • removeAllRecipes()
  • Refinery - mods.pneumaticcraft.refinery
    • addRecipe(ILiquidStack input, ILiquidStack[] outputs)
    • removeRecipe(IIngredient[] outputs)
    • removeRecipes(ILiquidStack input)
    • removeAllRecipes()
  • Thermopneumatic Processing Plant - mods.pneumaticcraft.thermopneumaticprocessingplant
    • addRecipe(IItemStack itemInput, double pressure, double temperature, ILiquidStack output)
    • addRecipe(ILiquidStack liquidInput, IItemStack itemInput, double pressure, double temperature, ILiquidStack output)
    • removeRecipe(IIngredient output)
    • removeAllRecipes()
Clone this wiki locally