Skip to content

Commit

Permalink
Merge pull request #9 from Psychotonikum/patch-1
Browse files Browse the repository at this point in the history
Update technology.lua to handle new changes in 0.17
  • Loading branch information
dewiniaid committed Apr 1, 2019
2 parents e4dd8be + eac5130 commit 3afd07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/technology.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:extend({
{ type = "unlock-recipe", recipe = config.PREFIX .. "battery-pack-recharge", },
{ type = "unlock-recipe", recipe = config.PREFIX .. "charging-station", },
},
prerequisites = { "electric-energy-accumulators-1", "advanced-electronics", "electric-energy-distribution-1" },
prerequisites = { "electric-energy-accumulators", "advanced-electronics", "electric-energy-distribution-1" },
unit = {
count = 200,
ingredients = green_science,
Expand Down

0 comments on commit 3afd07c

Please sign in to comment.