fixed conflict with angel's refining tech override

This commit is contained in:
Peter 2019-01-06 19:51:34 +08:00
parent b92a5779c2
commit 3143e3568b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ end
local technology = data.raw["technology"]["rocket-silo"].prerequisites local technology = data.raw["technology"]["rocket-silo"].prerequisites
for _=1, #technology do for _=1, #technology do
if technology[_] == "rocket-speed-5" then if technology[_] == "rocket-speed-5" then
technology[_] = nil table.remove(technology, _)
end end
end end

View File

@ -1,6 +1,6 @@
{ {
"name": "017_science", "name": "017_science",
"version": "0.0.6", "version": "0.0.7",
"factorio_version": "0.16", "factorio_version": "0.16",
"title": "0.17 science conversion", "title": "0.17 science conversion",
"author": "npc_strider(morley376)", "author": "npc_strider(morley376)",