Allow circuit connections for the deep miner
This commit is contained in:
parent
c0f2fd6dd3
commit
a3a6d096f5
1 changed files with 11 additions and 0 deletions
|
|
@ -64,6 +64,17 @@ data:extend({
|
||||||
},
|
},
|
||||||
energy_usage = "25MW",
|
energy_usage = "25MW",
|
||||||
perceived_performance = { minimum = 0.25, performance_to_activity_rate = 0.25, maximum = 2 },
|
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 = {
|
graphics_set = {
|
||||||
animation = {
|
animation = {
|
||||||
layers = {
|
layers = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue