Mother DocsMother Docs
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
  • Mother OS (Ingame Script)
    • Getting Started

      • Upgrade Guide
      • Installation
      • Command Line Interface (CLI)
      • Configuration
      • Modules
    • Core Modules

      • Activity Monitor
      • Almanac
      • Block Catalogue
      • Local Storage
      • Security
      • Intergrid Message Service
    • Extension Modules

      • Air Vent Module
      • Battery Module
      • Terminal Block Module
      • Cockpit Module
      • Connector Module
      • Display Module
      • Docking Module
      • Door Module
      • Flight Control Module
      • Gas Tank Module
      • Gyroscope Module
      • Hinge Module
      • Landing Gear Module
      • Light Module
      • Flight Planning Module
      • Piston Module
      • Programmable Block Module
      • Rotor Module
      • Sensor Module
      • Sound Block Module
      • Thruster Module
      • Timer Block Module
    • Command Cheatsheet
    • Compatibility
    • Examples
  • Powered By Mother

Gas Tank Module

The Tank Module allows the user to control Oxygen and Hydrogen tanks on their grid.

  • Commands
    • stockpile
    • share
    • toggle

Commands

stockpile

Set the Tank Stockpile to on.

tank/stockpile <Tank|Group>

Example

Terminal
tank/stockpile HydrogenTank;

share

Set the Tank Stockpile to off. The tank is now sharing its contents with your grid.

tank/share <Tank|Group>

Example

Terminal
tank/share OxygenTank;

toggle

Toggle the Tank Stockpile between on and off.

tank/toggle <Tank|Group>

Example

Terminal
tank/toggle HydrogenTank;
Last Updated:: 4/17/25, 11:39 PM
Contributors: Luke Morrison
Prev
Flight Control Module
Next
Gyroscope Module