Split mod
This commit is contained in:
parent
9d94502296
commit
d898dde803
11 changed files with 771 additions and 754 deletions
16
lignumis-standalone/info.json
Normal file
16
lignumis-standalone/info.json
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "lignumis",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"title": "Lignumis - Standalone",
|
||||||
|
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.\n\nThis planet mod effects other planets and space ships. Make sure to read the description on the mod portal and check the mod settings.",
|
||||||
|
"author": "cackling fiend",
|
||||||
|
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||||
|
"factorio_version": "2.0",
|
||||||
|
"space_travel_required": true,
|
||||||
|
"dependencies": [
|
||||||
|
"lignumis-base",
|
||||||
|
"astroponics >= 1.2.0",
|
||||||
|
"gleba-water-cane",
|
||||||
|
"vulcanus-sulfuric-bacteria"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "lignumis",
|
"name": "lignumis",
|
||||||
"version": "1.0.72",
|
"version": "1.1.0",
|
||||||
"title": "Lignumis",
|
"title": "Lignumis - Base",
|
||||||
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.\n\nThis planet mod effects other planets and space ships. Make sure to read the description on the mod portal and check the mod settings.",
|
"description": "Base mod for Lignumis with less dependencies.\nUse the standalone mod for regular games.",
|
||||||
"author": "cackling fiend",
|
"author": "cackling fiend",
|
||||||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
|
|
@ -10,11 +10,9 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base",
|
"base",
|
||||||
"space-age >= 2.0.53",
|
"space-age >= 2.0.53",
|
||||||
"astroponics >= 1.2.0",
|
|
||||||
"bioprocessing-tab",
|
"bioprocessing-tab",
|
||||||
"cf-lib >= 0.0.13",
|
"cf-lib >= 0.0.13",
|
||||||
"flib",
|
"flib",
|
||||||
"gleba-water-cane",
|
|
||||||
"lignumis-assets >= 1.0.3",
|
"lignumis-assets >= 1.0.3",
|
||||||
"mf-buildings >= 1.0.7",
|
"mf-buildings >= 1.0.7",
|
||||||
"mf-core >= 1.0.3",
|
"mf-core >= 1.0.3",
|
||||||
|
|
@ -22,7 +20,6 @@
|
||||||
"PlanetsLib >= 1.1.26",
|
"PlanetsLib >= 1.1.26",
|
||||||
"pollution-as-surface-property",
|
"pollution-as-surface-property",
|
||||||
"Wood-Walls >= 1.2.0",
|
"Wood-Walls >= 1.2.0",
|
||||||
"vulcanus-sulfuric-bacteria",
|
|
||||||
"?aai-industry",
|
"?aai-industry",
|
||||||
"?aai-loaders",
|
"?aai-loaders",
|
||||||
"?aai-loaders-sane",
|
"?aai-loaders-sane",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue