mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -122,9 +122,7 @@ local function miner_check(entity)
|
||||
|
||||
for _, e in pairs(entities) do
|
||||
for i, _ in pairs(e.fluidbox) do
|
||||
local pc = e.fluidbox.get_pipe_connections(i)
|
||||
|
||||
for _, p in pairs(pc) do
|
||||
for _, p in pairs(e.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
|
||||
|
||||
Reference in New Issue
Block a user