Add mod Astroponics
This commit is contained in:
parent
6239c8957a
commit
3e82bdc79a
4 changed files with 8 additions and 3 deletions
|
@ -3,7 +3,8 @@ Lignumis = {
|
||||||
"deep-miner",
|
"deep-miner",
|
||||||
"logistic-system",
|
"logistic-system",
|
||||||
"space-platform-thruster",
|
"space-platform-thruster",
|
||||||
"kovarex-enrichment-process"
|
"kovarex-enrichment-process",
|
||||||
|
"astroponics"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base",
|
"base",
|
||||||
"space-age >= 2.0.0",
|
"space-age >= 2.0.0",
|
||||||
"cf-lib >= 0.0.1",
|
"astroponics >= 1.2.0",
|
||||||
"wood-military >= 2.0.0",
|
"wood-military >= 2.0.0",
|
||||||
"Wood-Walls >= 1.2.0",
|
"Wood-Walls >= 1.2.0",
|
||||||
"mf-buildings >= 0.1.0",
|
"mf-buildings >= 0.1.0",
|
||||||
|
|
3
lignumis/prototypes/integrations/astroponics-updates.lua
Normal file
3
lignumis/prototypes/integrations/astroponics-updates.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
if not mods["early-agriculture"] then
|
||||||
|
data.raw.technology["tree-seeding"].hidden = false
|
||||||
|
end
|
|
@ -1 +1,2 @@
|
||||||
require("vanilla-updates")
|
require("vanilla-updates")
|
||||||
|
require("astroponics-updates")
|
Loading…
Add table
Reference in a new issue