Allow circuit connections for the deep miner

This commit is contained in:
Simon Brodtmann 2026-01-04 01:29:36 +01:00
parent c0f2fd6dd3
commit a3a6d096f5

View file

@ -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 = {