From 2720c6938ee47fb597db43c1a4e7d78ec15689f5 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 12 Feb 2025 20:01:00 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/addons/miner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_legacy/module/modules/addons/miner.lua b/exp_legacy/module/modules/addons/miner.lua index 38f6c9d6..0708c0d5 100644 --- a/exp_legacy/module/modules/addons/miner.lua +++ b/exp_legacy/module/modules/addons/miner.lua @@ -117,7 +117,7 @@ local function miner_check(entity) table.insert(pipe_build, { x = 0, y = 0 }) for i = 1, #entity.fluidbox do - for _, p in pairs(entity.fluidbox.pipe_connections) do + for _, p in pairs(entity.fluidbox[i].pipe_connections) do for x = 1, p.position.x do for y = 1, p.position.y do table.insert(pipe_build, { x = x, y = y })