Compare commits

...

1 commit

Author SHA1 Message Date
Simon Brodtmann
f47a9121e9 Split mod 2025-11-12 00:00:21 +01:00
101 changed files with 803 additions and 786 deletions

47
lignumis-base/info.json Normal file
View file

@ -0,0 +1,47 @@
{
"name": "lignumis-base",
"version": "1.1.0",
"title": "Lignumis - Base",
"description": "Base mod for Lignumis with less dependencies.",
"author": "cackling fiend",
"homepage": "https://discord.gg/ufvFUJtVwk",
"factorio_version": "2.0",
"space_travel_required": true,
"dependencies": [
"base",
"space-age >= 2.0.53",
"bioprocessing-tab",
"cf-lib >= 0.0.13",
"flib",
"lignumis-assets >= 1.0.3",
"mf-buildings >= 1.0.7",
"mf-core >= 1.0.3",
"mf-logistics >= 1.0.1",
"PlanetsLib >= 1.1.26",
"pollution-as-surface-property",
"Wood-Walls >= 1.2.0",
"?aai-industry",
"?aai-loaders",
"?aai-loaders-sane",
"?any-planet-start",
"?atan-nuclear-science",
"?crushing-industry",
"?Diversitree",
"?fulgora-coralmium-agriculture",
"?gleba-reborn",
"?hot-metals >= 1.1.0",
"?Krastorio2-spaced-out",
"?lane-splitters",
"?metal-and-stars",
"(?)secretas",
"(?)Wood_Gasification_updated",
"?wood-industry",
"?wood-military >= 2.3.3",
"!apm_power_ldinc",
"!early-agriculture",
"!planet-picker",
"!wood-logistics",
"!wood-universe-modpack",
"!rso-mod"
]
}

View file

@ -1,3 +1,5 @@
if not mods["astroponics"] then return end
local Technology = require("__cf-lib__/data/Technology") local Technology = require("__cf-lib__/data/Technology")
-- This just undoes what astroponics changes to tree seeding -- This just undoes what astroponics changes to tree seeding

View file

@ -1,3 +1,5 @@
if not mods["astroponics"] then return end
local infinite = settings.startup["lignumis-infinite-astroponics-productivity-research"].value local infinite = settings.startup["lignumis-infinite-astroponics-productivity-research"].value
local base_levels = { local base_levels = {

View file

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more