minimal mode setting

This commit is contained in:
Brevven 2022-02-12 00:04:18 -08:00
parent 45486340c3
commit abc26a8eba
8 changed files with 63 additions and 22 deletions

View file

@ -32,4 +32,11 @@ data:extend({
default_value = "no",
allowed_values = {"yes", "no"},
},
{
type = "bool-setting",
name = "bzfoundry-minimal",
setting_type = "startup",
default_value = false,
hidden = not mods.bzaluminum
},
})