mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -118,7 +118,6 @@ local function miner_check(entity)
|
||||
|
||||
for i = 1, #entity.fluidbox do
|
||||
for _, p in pairs(entity.fluidbox.get_pipe_connections(i)) do
|
||||
if p.flow_direction == "input" or p.flow_direction == "input-output" then
|
||||
for x = 1, p.position.x do
|
||||
for y = 1, p.position.y do
|
||||
table.insert(pipe_build, { x = x, y = y })
|
||||
@@ -127,7 +126,6 @@ local function miner_check(entity)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
if config.chest then
|
||||
chest_check(entity)
|
||||
|
||||
Reference in New Issue
Block a user