From 95bdc0f0f3306d447e04a856d50d7ba2523c034b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 12 Feb 2025 19:56:59 +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 225bc53b..38f6c9d6 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.get_pipe_connections(i)) do + for _, p in pairs(entity.fluidbox.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 })