Fill Storage Tanks (Gavin)


Adds a filled-tank item plus fill/empty recipes for every fluid: craft, place and blueprint pre-filled storage tanks (quality aware, temperature safe). 为每种流体生成灌装储罐与灌装/排空配方(品质感知,温度安全)。

Content
a month ago
2.1
7
Logistics Fluids

Changelog

Version: 1.0.0
Date: 2026-08-30
  Info:
    - Rewritten for the Factorio 2.1 API as a standalone mod, based on
      Fill Storage Tanks 1.125.2 by Honktown.
  Features:
    - Filled-tank item plus fill/empty recipes for every fluid (modded fluids included).
    - Placing a filled tank deploys it already full; mining a nearly-full tank returns it (quality supported).
    - Blueprint conversion: copying a nearly-full tank converts it to the filled-tank item (toggleable per user).
    - Filling uses the fluid's default temperature (fixes the old hardcoded 25°C for temperature-sensitive fluids).
  Changes:
    - Old LuaBlueprintLibrary usage replaced with the 2.1 mapping (dictionary[uint32 -> LuaEntity]).
    - Proxy entities use the gfst- prefix to avoid prototype conflicts.