From e030afa6957e07da75a1943c101e000b3a644233 Mon Sep 17 00:00:00 2001 From: Zoryn Date: Tue, 22 Oct 2024 10:56:25 -0400 Subject: [PATCH] update combinator entity for 2.0 --- cybersyn/prototypes/entity.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cybersyn/prototypes/entity.lua b/cybersyn/prototypes/entity.lua index 92fc203..629f5f6 100644 --- a/cybersyn/prototypes/entity.lua +++ b/cybersyn/prototypes/entity.lua @@ -11,7 +11,7 @@ combinator_entity.radius_visualisation_specification = { --offset = {0, .5}, distance = 1.5, } -combinator_entity.active_energy_usage = "10KW" +combinator_entity.active_energy_usage = "10kW" if mods["nullius"] then combinator_entity.localised_name = { "entity-name.cybersyn-combinator" } @@ -227,7 +227,7 @@ combinator_out_entity.next_upgrade = nil combinator_out_entity.minable = nil combinator_out_entity.selection_box = nil combinator_out_entity.collision_box = nil -combinator_out_entity.collision_mask = {} +combinator_out_entity.collision_mask = { layers = {} } combinator_out_entity.item_slot_count = 500 combinator_out_entity.circuit_wire_max_distance = 3 combinator_out_entity.flags = {"not-blueprintable", "not-deconstructable", "placeable-off-grid"}