Compare commits
No commits in common. "aa44117a49b2cc43c064f09a902cadc21e2d7b50" and "22e3f9709e71676b368ecc667530d00b1684531e" have entirely different histories.
aa44117a49
...
22e3f9709e
2 changed files with 1 additions and 4 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.12",
|
"cf-lib >= 0.0.8",
|
||||||
"flib",
|
"flib",
|
||||||
"InserterFuelLeech",
|
"InserterFuelLeech",
|
||||||
"lignumis-assets >= 1.0.3",
|
"lignumis-assets >= 1.0.3",
|
||||||
|
|
|
@ -6,9 +6,6 @@ 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