Make the second planet after Lignumis configurable by other mods

This commit is contained in:
Simon Brodtmann 2025-03-17 18:01:15 +01:00
parent 8982b1bf82
commit ac60c67999
5 changed files with 29 additions and 6 deletions

View file

@ -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
}
})