Pressurized fluids


Tired of pipe throughput issues? Pressurize fluids to increase throughput significantly.

Content
3 years ago
0.16 - 1.1
11.3K
Logistics

b [Not a bug] Fix technology ingredient copy

1 year, 15 days ago

When assigning compressor technology's ingredients, table.deepcopy method should be used to copy engine's ingredients (otherwise, modifying one will also modify the other and create bugs in the tech tree):

ingredients = table.deepcopy(data.raw.technology["engine"].unit.ingredients),

@ https://github.com/LovelySanta/FactorioMod-OtherSmallMods/blob/0c47167660f6525e361817253ca1c00c3aeda633/CompressedFluids/prototypes/technology/compressor.lua#L20

1 year, 14 days ago

This is intentional, I want it to have the same cost as engine units, and similar have the same icons as fluid handling.

1 year, 14 days ago

In case it crashes somewhere, feel free to provide me a case that it doesn't work correctly...

New response