From 0b614ef0ea38b7a438c159180c87069bae8d6d06 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 14 Apr 2025 07:05:18 -0700 Subject: Renames mod and updates all references --- prototypes/tech.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'prototypes/tech.lua') diff --git a/prototypes/tech.lua b/prototypes/tech.lua index bc77fe5..47ce701 100644 --- a/prototypes/tech.lua +++ b/prototypes/tech.lua @@ -1,4 +1,4 @@ -data.raw.technology["logistic-system"].icon = "__robot-start-2__/graphics/technology/logistic-system.png" +data.raw.technology["logistic-system"].icon = "__von-newmann-2__/graphics/technology/logistic-system.png" --[[data.raw.technology["logistic-robotics"].effects = { { @@ -24,7 +24,7 @@ data:extend{ type = "technology", name = "early-logistic", icon_size = 256, icon_mipmaps = 4, - icon = "__robot-start-2__/graphics/technology/logistic-system-early.png", + icon = "__von-newmann-2__/graphics/technology/logistic-system-early.png", effects = { { @@ -70,4 +70,4 @@ data:extend{ upgrade = false, order = "e-l-a" }, -} \ No newline at end of file +} -- cgit v1.2.1