Compare commits
2 commits
22e3f9709e
...
aa44117a49
Author | SHA1 | Date | |
---|---|---|---|
![]() |
aa44117a49 | ||
![]() |
667678098d |
2 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"space-age >= 2.0.33",
|
"space-age >= 2.0.33",
|
||||||
"astroponics >= 1.2.0",
|
"astroponics >= 1.2.0",
|
||||||
"bioprocessing-tab",
|
"bioprocessing-tab",
|
||||||
"cf-lib >= 0.0.8",
|
"cf-lib >= 0.0.12",
|
||||||
"flib",
|
"flib",
|
||||||
"InserterFuelLeech",
|
"InserterFuelLeech",
|
||||||
"lignumis-assets >= 1.0.3",
|
"lignumis-assets >= 1.0.3",
|
||||||
|
|
|
@ -6,6 +6,9 @@ local target_planet = settings.startup["aps-planet"].value
|
||||||
|
|
||||||
if target_planet == "none" or target_planet == "nauvis" then return end
|
if target_planet == "none" or target_planet == "nauvis" then return end
|
||||||
|
|
||||||
|
Technology:new("tree-seeding"):setPrerequisites({ "wood-science-pack" })
|
||||||
|
|
||||||
|
|
||||||
-- Switch planet discovery technology to the new planet
|
-- Switch planet discovery technology to the new planet
|
||||||
Technology:new("planet-discovery-" .. target_planet)
|
Technology:new("planet-discovery-" .. target_planet)
|
||||||
:assign({
|
:assign({
|
||||||
|
|
Loading…
Add table
Reference in a new issue