mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -117,7 +117,7 @@ local function miner_check(entity)
|
|||||||
table.insert(pipe_build, { x = 0, y = 0 })
|
table.insert(pipe_build, { x = 0, y = 0 })
|
||||||
|
|
||||||
for i = 1, #entity.fluidbox do
|
for i = 1, #entity.fluidbox do
|
||||||
for _, p in pairs(entity.fluidbox.get_pipe_connections(i)) do
|
for _, p in pairs(entity.fluidbox.pipe_connections) do
|
||||||
for x = 1, p.position.x do
|
for x = 1, p.position.x do
|
||||||
for y = 1, p.position.y do
|
for y = 1, p.position.y do
|
||||||
table.insert(pipe_build, { x = x, y = y })
|
table.insert(pipe_build, { x = x, y = y })
|
||||||
|
|||||||
Reference in New Issue
Block a user