Improves fluid handling by scaling and compressing all fluid values by a factor of 10 to solve pipe throughput issues. Does not affect the game balance, just a QoL feature.
Tweaks
Mod category: Tweaks
Small changes concerning balance, gameplay, or graphics.
the option to scale storage tank capacities isn't working on tanks but does work on wagons.
~edit~
changed "if type == 'storage-tank' and val.fluid_box then"
to "if val.type == 'storage-tank' and val.fluid_box then"
and seems to have fixed it, duno if it's a complete fix. i only know enough about coding to get myself into trouble.