From 3143e3568b6e251766c4d7a1809a9d2ef591ae7d Mon Sep 17 00:00:00 2001 From: npc-strider Date: Sun, 6 Jan 2019 19:51:34 +0800 Subject: [PATCH] fixed conflict with angel's refining tech override --- 017_science/data.lua | 2 +- 017_science/info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/017_science/data.lua b/017_science/data.lua index e16a2a8..d516f6d 100644 --- a/017_science/data.lua +++ b/017_science/data.lua @@ -22,7 +22,7 @@ end local technology = data.raw["technology"]["rocket-silo"].prerequisites for _=1, #technology do if technology[_] == "rocket-speed-5" then - technology[_] = nil + table.remove(technology, _) end end diff --git a/017_science/info.json b/017_science/info.json index b5703b9..a9da72d 100644 --- a/017_science/info.json +++ b/017_science/info.json @@ -1,6 +1,6 @@ { "name": "017_science", - "version": "0.0.6", + "version": "0.0.7", "factorio_version": "0.16", "title": "0.17 science conversion", "author": "npc_strider(morley376)",