21 lines
399 B
Lua
21 lines
399 B
Lua
data:extend({
|
|
{
|
|
type = "string-setting",
|
|
name = "bzaluminum-recipe-bypass",
|
|
setting_type = "startup",
|
|
default_value = "",
|
|
allow_blank = true,
|
|
},
|
|
{
|
|
type = "bool-setting",
|
|
name = "bzaluminum-byproduct",
|
|
setting_type = "startup",
|
|
default_value = true,
|
|
},
|
|
{
|
|
type = "bool-setting",
|
|
name = "bzaluminum-list",
|
|
setting_type = "startup",
|
|
default_value = false,
|
|
},
|
|
})
|