mirror of
https://github.com/peter-tanner/017-science-transition-mod.git
synced 2024-12-02 20:10:19 +08:00
fixed enable-old-science opt. for name change
This commit is contained in:
parent
e64db2dfed
commit
ec6495dbd8
|
@ -88,7 +88,7 @@ if settings.startup["017-techtree"].value then
|
||||||
{"advanced-electronics-2", "high-tech-science-pack"}
|
{"advanced-electronics-2", "high-tech-science-pack"}
|
||||||
}
|
}
|
||||||
|
|
||||||
data.raw["technology"]["science-pack-3"].effects = {
|
data.raw["technology"]["chemical-science-pack"].effects = {
|
||||||
{type = "unlock-recipe", recipe = "science-pack-3"},
|
{type = "unlock-recipe", recipe = "science-pack-3"},
|
||||||
{type = "unlock-recipe", recipe = "17-chemical-science-pack"}
|
{type = "unlock-recipe", recipe = "17-chemical-science-pack"}
|
||||||
}
|
}
|
||||||
|
@ -96,7 +96,7 @@ if settings.startup["017-techtree"].value then
|
||||||
{type = "unlock-recipe", recipe = "production-science-pack"},
|
{type = "unlock-recipe", recipe = "production-science-pack"},
|
||||||
{type = "unlock-recipe", recipe = "17-production-science-pack"}
|
{type = "unlock-recipe", recipe = "17-production-science-pack"}
|
||||||
}
|
}
|
||||||
data.raw["technology"]["high-tech-science-pack"].effects = {
|
data.raw["technology"]["utility-science-pack"].effects = {
|
||||||
{type = "unlock-recipe", recipe = "high-tech-science-pack"},
|
{type = "unlock-recipe", recipe = "high-tech-science-pack"},
|
||||||
{type = "unlock-recipe", recipe = "17-utility-science-pack"}
|
{type = "unlock-recipe", recipe = "17-utility-science-pack"}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "017_science",
|
"name": "017_science",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"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