mirror of
https://github.com/peter-tanner/017-science-transition-mod.git
synced 2024-11-30 11:00:19 +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
|
||||
for _=1, #technology do
|
||||
if technology[_] == "rocket-speed-5" then
|
||||
technology[_] = nil
|
||||
table.remove(technology, _)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -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)",
|
||||
|
|
Loading…
Reference in New Issue
Block a user