setting
This commit is contained in:
parent
4e6fc4516a
commit
91365547c0
2 changed files with 26 additions and 0 deletions
22
settings.lua
Normal file
22
settings.lua
Normal 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"},
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue