mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
.
This commit is contained in:
@@ -117,6 +117,9 @@ local function try_deconstruct_miner(entity)
|
|||||||
try_deconstruct_output_chest(entity)
|
try_deconstruct_output_chest(entity)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[
|
||||||
|
TODO Fluidbox is changed to fluidbox_neighbours
|
||||||
|
|
||||||
-- Skip pipe build if not required
|
-- Skip pipe build if not required
|
||||||
if not config.fluid or #entity.fluidbox == 0 then
|
if not config.fluid or #entity.fluidbox == 0 then
|
||||||
return
|
return
|
||||||
@@ -183,6 +186,7 @@ local function try_deconstruct_miner(entity)
|
|||||||
create_entity(create_entity_param)
|
create_entity(create_entity_param)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
]]
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Get the max mining radius
|
--- Get the max mining radius
|
||||||
|
|||||||
Reference in New Issue
Block a user