Attach three independent hidden storage tanks to the Cargo Ships tanker so it can carry three different fluids at once. Adds hover GUI with 3 counters.
Mods introducing new content into the game.
Version: 0.0.4
Date: 2026-06-14
Bugfixes:
- Fixed Cargo Ships port loading by anchoring hidden tanker compartments to the port pump rows instead of only to the tanker center.
- Added a runtime pump transfer fallback so pumps placed at Cargo Ships port markers can load and unload the three independent compartments even when physical pipe geometry does not connect reliably.
Optimizations:
- Moved periodic maintenance from a broad on_tick handler to on_nth_tick.
- Added name filters for tanker build/remove events to avoid callbacks for unrelated entities.
Changes:
- Expanded hidden compartment pipe connection lanes to match Cargo Ships' three pump lanes at each port row.
Version: 0.0.3
Date: 2026-02-25
Bugfixes:
- Prevented a possible runtime error when synchronizing a tanker with a missing record.
- Cleaned up stale hover GUI trackers and closed orphaned GUI frames when tracked tankers disappear.
- Hardened tanker tracking so repeated discovery refreshes existing records instead of ignoring them.
Changes:
- Reduced runtime update spikes by spreading tanker maintenance sync across batches.
- Removed macOS metadata files from the release package (.DS_Store, __MACOSX).