From 34bdd1a2e4aacece7c6bcc03ecbe65a519cb88fd Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 23 Jun 2026 22:46:10 +0900 Subject: [PATCH] . --- exp_scenario/module/control/mine_depletion.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exp_scenario/module/control/mine_depletion.lua b/exp_scenario/module/control/mine_depletion.lua index 2764ebcf..2bb901c7 100644 --- a/exp_scenario/module/control/mine_depletion.lua +++ b/exp_scenario/module/control/mine_depletion.lua @@ -117,6 +117,9 @@ local function try_deconstruct_miner(entity) try_deconstruct_output_chest(entity) end + --[[ + TODO Fluidbox is changed to fluidbox_neighbours + -- Skip pipe build if not required if not config.fluid or #entity.fluidbox == 0 then return @@ -183,6 +186,7 @@ local function try_deconstruct_miner(entity) create_entity(create_entity_param) end end + ]] end --- Get the max mining radius