Make the second planet after Lignumis configurable by other mods
This commit is contained in:
parent
8982b1bf82
commit
ac60c67999
5 changed files with 29 additions and 6 deletions
|
|
@ -54,6 +54,14 @@ data:extend({
|
|||
setting_type = "startup",
|
||||
default_value = false,
|
||||
order = "h"
|
||||
},
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "lignumis-second-planet",
|
||||
setting_type = "runtime-global",
|
||||
allowed_values = { "nauvis" },
|
||||
default_value = "nauvis",
|
||||
hidden = true
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue