mirror of
https://github.com/peter-tanner/017-science-transition-mod.git
synced 2024-11-30 19:10:20 +08:00
fixed conflict with angel's refining tech override
This commit is contained in:
parent
b92a5779c2
commit
3143e3568b
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user