settings
This commit is contained in:
parent
4dabfcfa13
commit
a7d0e30160
1 changed files with 28 additions and 0 deletions
28
settings.lua
Normal file
28
settings.lua
Normal file
|
@ -0,0 +1,28 @@
|
|||
data:extend({
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "bzchlorine-recipe-bypass",
|
||||
setting_type = "startup",
|
||||
default_value = "",
|
||||
allow_blank = true,
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "bzchlorine-list",
|
||||
setting_type = "startup",
|
||||
default_value = false,
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "bzchlorine-salt",
|
||||
setting_type = "startup",
|
||||
default_value = false,
|
||||
},
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "bzchlorine-more-intermediates",
|
||||
setting_type = "startup",
|
||||
default_value = "yes",
|
||||
allowed_values = {"yes", "no"},
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue