diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-14 07:05:18 -0700 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-14 07:06:03 -0700 |
commit | 0b614ef0ea38b7a438c159180c87069bae8d6d06 (patch) | |
tree | 46c5061cc1700de6adf0d3f83888f4c9290d3bba /prototypes/tech.lua | |
parent | 725f812c296634f9e07c9cd4744f5aa6271d11af (diff) |
Renames mod and updates all references
Diffstat (limited to 'prototypes/tech.lua')
-rw-r--r-- | prototypes/tech.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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 +}
|