Fill Storage Tanks (Gavin)
Automatically generates fillable storage-tank items and fill/empty recipes for every fluid in the game — including fluids added by other mods.
为游戏中的每一种流体(含其他模组添加的流体)自动生成灌装储罐与灌装/排空配方。
Features | 功能特性
- Filled-tank item: a storage tank tinted with the fluid's color, easy to spot at a glance. 满罐物品:染成对应流体颜色的储罐,一目了然
- Fill recipe: empty storage tank + fluid → filled tank. 灌装配方:空储罐 + 流体 → 满罐物品
- Empty recipe: filled tank → fluid + empty storage tank. 排空配方:满罐物品 → 流体 + 空储罐
- All recipes unlocked by researching Fluid Handling. 研究流体处理后解锁全部配方
How it works | 玩法
- Craft a filled tank, place it, and it deploys already full. 制作满罐物品,放置即为已灌满的储罐
- Mining a nearly-full tank returns the filled-tank item (quality supported). 挖掘接近满的储罐返还满罐物品(支持品质)
- Copying a nearly-full tank with a blueprint automatically converts it to the filled-tank item (can be disabled in mod settings). 蓝图复制接近满的储罐时自动转换为满罐物品(可在模组设置中关闭)
Native Factorio 2.1 rewrite | 2.1 原生重写
- Built on the 2.1 API: get/set_fluid, blueprint mapping, quality support. 使用 2.1 API:get/set_fluid、蓝图映射、品质支持
- Filling uses the fluid's default temperature — temperature-sensitive fluids like steam are no longer incorrectly cooled down. 灌装使用流体默认温度——蒸汽等温度敏感流体不再被错误降温
- Generated during data-final-fixes, so fluids from other mods are covered automatically. data-final-fixes 阶段生成,天然覆盖其他模组添加的流体
- Place-and-it's-full: proxy entity swap, zero per-tick overhead. 放置即满:代理实体替换方案,无每 tick 扫描开销
Compatibility | 兼容性
- Factorio 2.1+ (Space Age included). Factorio 2.1+(含 Space Age)
- Fluids from other mods are supported automatically. 其他模组添加的流体自动支持
- Do not enable together with the old Fill Storage Tanks (duplicate recipes). 请勿与旧版 Fill Storage Tanks 同时启用(配方重复)
Based on Fill Storage Tanks 1.125.2 by Honktown, rewritten for the 2.1 API. Thanks to the original author.
基于 Honktown 的 Fill Storage Tanks 1.125.2 按 2.1 API 重写,感谢原作者。