Skip to content

Commit

Permalink
https://github.com/JohnTheCoolingFan/RandomFactorioThings/issues/3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Mar 4, 2019
1 parent 3e4e4d9 commit e56db17
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions prototypes/technology/technology.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require("module-technology")

data:extend({
{
type = "technology",
Expand All @@ -23,7 +25,7 @@ data:extend({
},
order = "c-a"
},

{
type = "technology",
name = "nuclear-automation",
Expand Down Expand Up @@ -75,7 +77,7 @@ data:extend({
},
order = "e-a-b"
},

{
type = "technology",
name = "speed-module-4",
Expand Down Expand Up @@ -104,7 +106,7 @@ data:extend({
upgrade = true,
order = "i-c-c"
},

{
type = "technology",
name = "productivity-module-4",
Expand Down Expand Up @@ -133,7 +135,7 @@ data:extend({
upgrade = true,
order = "i-c-c"
},

{
type = "technology",
name = "effectivity-module-4",
Expand Down Expand Up @@ -162,7 +164,7 @@ data:extend({
upgrade = true,
order = "i-c-c"
},

{
type = "technology",
name = "merged-modules",
Expand All @@ -181,7 +183,7 @@ data:extend({
},
order = "i-a"
},

{
type = "technology",
name = "compresser",
Expand Down Expand Up @@ -211,7 +213,7 @@ data:extend({
},
order = "c-a"
},

{
type = "technology",
name = "nuclear-logistics",
Expand Down Expand Up @@ -247,4 +249,4 @@ data:extend({
},
order = "a-f-c"
}
})
})

0 comments on commit e56db17

Please sign in to comment.