Configuration

 

Pressure Pipe uses BACON format for it’s configuration, this page describes Pressure Pipe specific mechanics and extensions, refer to the main BACON documentation for explanation of the format.

Loading order

  • <jar>/assets/pressure/config/files.lst is read from the jar, this specifies the internal list of config files
  • Each config file name is checked:
    • If <minecraft>/config/PressurePipes/override/<filename> is present – it is loaded instead
    • otherwise <jar>/assets/pressure/config/<filename> is loaded
  • all files in <minecraft>/config/PressurePipes/*.cfg are loaded in alphabetic order

User supplied configuration

There are 3 ways to provide custom configuration extensions:

  • Create a file in <minecraft>/config/PressurePipes named <whatever>.cfg – This is the recommended method
  • Extract any of the files from the jar into <minecraft>/config/PressurePipes/overrides and edit them there – You will be need to manually update them when the mod updates
  • Edit the files directly in the JAR – This is the least recommended method

Settings

The following configuration sections are available:

  • Items
    • HandPump
      • MaxDrain – Maximum drained fluid in one click (in mB)
    • Canister
      • Capacity – Capacity (in mB)
      • MaxPour – Maximum poured fluid in one click (in mB)
  • Modules
    • TankBlock
      • Capacity – Capacity added to the tank for every Tank Block (in mB)
  • Machines
    • TankController
      • Enabled – Set to false to disable tanks
      • Required – List of required modules to form a valid machine
      • Modules – List of allowed modules and number of them allowed
 Posted by at 7:31 am