From a3a6d096f5f3163d120af864f04b071c99e9d735 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 4 Jan 2026 01:29:36 +0100 Subject: [PATCH] Allow circuit connections for the deep miner --- lignumis/prototypes/content/deep-miner.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lignumis/prototypes/content/deep-miner.lua b/lignumis/prototypes/content/deep-miner.lua index 8585062..8f9ddc3 100644 --- a/lignumis/prototypes/content/deep-miner.lua +++ b/lignumis/prototypes/content/deep-miner.lua @@ -64,6 +64,17 @@ data:extend({ }, energy_usage = "25MW", perceived_performance = { minimum = 0.25, performance_to_activity_rate = 0.25, maximum = 2 }, + circuit_wire_max_distance = assembling_machine_circuit_wire_max_distance + 3, + circuit_connector = circuit_connector_definitions.create_vector + ( + universal_connector_template, + { + { variation = 17, main_offset = util.by_pixel(-145, 3), shadow_offset = util.by_pixel(-136, 1), show_shadow = false }, + { variation = 17, main_offset = util.by_pixel(-145, 3), shadow_offset = util.by_pixel(-136, 1), show_shadow = false }, + { variation = 17, main_offset = util.by_pixel(-145, 3), shadow_offset = util.by_pixel(-136, 1), show_shadow = false }, + { variation = 17, main_offset = util.by_pixel(-145, 3), shadow_offset = util.by_pixel(-136, 1), show_shadow = false } + } + ), graphics_set = { animation = { layers = {