Add mod Astroponics

This commit is contained in:
Simon Brodtmann 2025-01-12 00:39:26 +01:00
parent 6239c8957a
commit 3e82bdc79a
4 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,8 @@ Lignumis = {
"deep-miner",
"logistic-system",
"space-platform-thruster",
"kovarex-enrichment-process"
"kovarex-enrichment-process",
"astroponics"
}
}

View file

@ -9,7 +9,7 @@
"dependencies": [
"base",
"space-age >= 2.0.0",
"cf-lib >= 0.0.1",
"astroponics >= 1.2.0",
"wood-military >= 2.0.0",
"Wood-Walls >= 1.2.0",
"mf-buildings >= 0.1.0",

View file

@ -0,0 +1,3 @@
if not mods["early-agriculture"] then
data.raw.technology["tree-seeding"].hidden = false
end

View file

@ -1 +1,2 @@
require("vanilla-updates")
require("vanilla-updates")
require("astroponics-updates")