Advanced Fluid Handling


Valves have been removed due to the current engine limitations. *Check out “Configurable Valves” by Stringweasel for a very clever and convenient valve mod* --Adds I, L, T, and Cross underground pipe extensions. --Adds pipes to ground with I, L, T, and Cross shaped underground outputs that are able to be rotated independent of the above ground port. --Adds an Underground pump. CHECK HOTKEYS FOR MOD.

Content
16 days ago
0.16 - 2.0
40.2K
Logistics

b Conflict With Train Supply Manager

4 years ago
(updated 4 years ago)

Rotating the underground pipes causes errors in "Train Supply Manager".

Editing rotate-and-toggle.lua line 31 from:

local event = {
    created_entity = new_pipe,
    player_index = player.index,
    clamped = true,
    replaced_entity_unit_number = old_entity_unit_number
}

to

local event = {
    entity = new_pipe,
    created_entity = new_pipe,
    player_index = player.index,
    clamped = true,
    replaced_entity_unit_number = old_entity_unit_number
}

Seems to fix it.

4 years ago

Nice catch! I had the same thing happen but I wouldn't have known how to fix it.

4 years ago

Working this.

4 years ago

Ok, I put that fix in.

New response