Adds a 1x1 inline fluid/gas storage tank with low capacity to the game. A Factorio 2.0 port of the mod "Extra Storage Tank: Minibuffer" by Anicha.
Mods introducing new content into the game.
Version: 1.0.3 Changes: - Updated thumbnail (just added a dark gray background color that matches the GUI).
Version: 1.0.2 Changes: - Added chinese translation contributed by user Houraiji_Kyuusyou. Thank you! - Changed tech sorting in order to match future port of related mod. - Tidied up, removed some unused code, simplified mod folder structure.
Version: 1.0.1 Changes: - Further fixes for Factorio 2.0: - icon_draw_specification: Corrected storage tank's alt-mode contents display size, while placing it below the window, in line with pipes. - circuit_connector: replaced two similar properties, fixed odd placement of wire connector. - Slightly changed description of setting.
Version: 1.0.0 Changes: - Initial release. - Copied mod "Extra Storage Tank: Minibuffer" by Anicha and changed its name. - Updated mod to work with Factorio 2.0: - Set Factorio version to 2.0, and added the dependency "base". - fluid_box: Replaced "base_area" and "height" with "volume". - fluid_box.pipe_connections: Added directions, moved positions to center. - circuit_connector_definitions: Replaced .create() with .create_vector(). - Recipe uses only the full recipe format with ingredients and results. - Balanced mod in various ways: - Greatly reduced tech research cost, since it just unlocks a storage tank, but smaller. - Changed recipe and also reduced ingredient cost to better reflect the dimensions. - Lowered mining time from 0.5 to 0.2. - Changed the name of the mod's storage tank to Tiny Inline Storage Tank. - Improved descriptions. - Generally improved code layout. - Added a few global variables to allow quick change to values across all files. - Added type of license to info.json, changed the license format to .txt.