Add support for Any Planet Start (Fulgora)
This commit is contained in:
parent
7a8e556469
commit
7f51d8071d
2 changed files with 11 additions and 0 deletions
10
hot-metals/compatibility/any-planet-start.lua
Normal file
10
hot-metals/compatibility/any-planet-start.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
local planet = settings.startup["aps-planet"].value
|
||||||
|
|
||||||
|
if planet == "fulgora" then
|
||||||
|
table.merge(HotMetals.skipTechUnlocksFor, {
|
||||||
|
"low-density-structure",
|
||||||
|
"steel-plate",
|
||||||
|
"plastic-bar",
|
||||||
|
"concrete"
|
||||||
|
})
|
||||||
|
end
|
|
@ -1,6 +1,7 @@
|
||||||
local modList = {
|
local modList = {
|
||||||
"space-age",
|
"space-age",
|
||||||
"aai-industry",
|
"aai-industry",
|
||||||
|
"any-planet-start",
|
||||||
"Glass",
|
"Glass",
|
||||||
"planet-muluna"
|
"planet-muluna"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue