Add Muluna
This commit is contained in:
parent
adf51c1f1a
commit
bc5b118292
6 changed files with 22 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
require("__cf-lib__/util/table")
|
require("__cf-lib__/util/table")
|
||||||
require("planets/tier1/nauvis/data")
|
require("planets/tier1/nauvis/data")
|
||||||
|
require("planets/tier1/muluna/data")
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
"space-age >= 2.0.72",
|
"space-age >= 2.0.72",
|
||||||
"cf-lib >= 1.0.0",
|
"cf-lib >= 1.0.0",
|
||||||
"lignumis-base",
|
"lignumis-base",
|
||||||
|
"planet-muluna",
|
||||||
"science-tab"
|
"science-tab"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
1
space-age-extended/planets/tier1/muluna/data.lua
Normal file
1
space-age-extended/planets/tier1/muluna/data.lua
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
require("uranium")
|
||||||
12
space-age-extended/planets/tier1/muluna/settings.lua
Normal file
12
space-age-extended/planets/tier1/muluna/settings.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
local Settings = require("__cf-lib__/settings/Settings")
|
||||||
|
local force = Settings.force
|
||||||
|
local forceDefault = Settings.forceDefault
|
||||||
|
local default = Settings.default
|
||||||
|
|
||||||
|
force("muluna-hardcore-classic-wood-gasification", false)
|
||||||
|
force("muluna-hardcore-lock-cargo-drops", false)
|
||||||
|
forceDefault("space-science-pack-output")
|
||||||
|
forceDefault("space-science-pack-energy")
|
||||||
|
default("muluna-hardcore-remove-starting-cargo-pods", true)
|
||||||
|
default("muluna-easy-vanilla-rocket-part-costs", true)
|
||||||
|
default("muluna-easy-vanilla-advanced-thruster-fuel-costs", true)
|
||||||
4
space-age-extended/planets/tier1/muluna/uranium.lua
Normal file
4
space-age-extended/planets/tier1/muluna/uranium.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
local Recipe = require("__cf-lib__/data/Recipe")
|
||||||
|
|
||||||
|
-- Remove uranium ore from Muluna
|
||||||
|
Recipe:new("muluna-regolith-sorting"):removeResult("uranium-ore")
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
require("planets/tier1/lignumis/settings")
|
require("planets/tier1/lignumis/settings")
|
||||||
|
require("planets/tier1/muluna/settings")
|
||||||
Loading…
Add table
Add a link
Reference in a new issue