This commit is contained in:
Brevven 2022-07-16 20:10:57 -07:00
parent 4e6fc4516a
commit 91365547c0
2 changed files with 26 additions and 0 deletions

22
settings.lua Normal file
View file

@ -0,0 +1,22 @@
data:extend({
{
type = "string-setting",
name = "bzgas-recipe-bypass",
setting_type = "startup",
default_value = "",
allow_blank = true,
},
{
type = "bool-setting",
name = "bzgas-list",
setting_type = "startup",
default_value = false,
},
{
type = "string-setting",
name = "bzgas-more-intermediates",
setting_type = "startup",
default_value = "phenol",
allowed_values = {"phenol", "no"},
},
})