Adds a vanilla looking 5x5 storage tank with 100k capacity and 2 pipe connections on each side.
Mods introducing new content into the game.
Things related to oil and other fluids.
More than just chests.
This tank should freeze on Akwilo. https://ibb.co/BVvjjY2
This changes the game balance.
Thanks, I have not played of Aquilo yet so I didn't know, I will check how I can fix that.
I think you need to update large-storage-tank-entity.lua under the line storageTank.name = "large-storage-tank" add this:
storageTank.name = "large-storage-tank"
if mods["space-age"] then storageTank.heating_energy = "300kW" end
Heating energy for the base game storage tank is 100kW.
I think you need to update large-storage-tank-entity.lua under the line storageTank.name = "large-storage-tank" add this: if mods["space-age"] then storageTank.heating_energy = "300kW" end Heating energy for the base game storage tank is 100kW.
Thanks! I have been quite busy with holidays and the flu lately, I will try to implement the fix this week