mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-03 08:40:34 +02:00
Added outlet grate, made it participate in autoplace algorithm.
This commit is contained in:
@ -107,7 +107,8 @@ pipes_scansurroundings = function(pos)
|
||||
|
||||
if (string.find(nym.name, "pipeworks:storage_tank_x") ~= nil) or
|
||||
(string.find(nym.name, "pipeworks:storage_tank_z") ~= nil) or
|
||||
(string.find(nym.name, "pipeworks:intake") ~= nil) then
|
||||
(string.find(nym.name, "pipeworks:intake") ~= nil) or
|
||||
(string.find(nym.name, "pipeworks:outlet") ~= nil) then
|
||||
pym=1
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user