forked from cacklingfiend/bzaluminum2
Restructure repository
This commit is contained in:
parent
b29764d34d
commit
3c28542487
124 changed files with 76 additions and 128 deletions
27
bzaluminum2/settings.lua
Normal file
27
bzaluminum2/settings.lua
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
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,
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "bzaluminum-starting-items",
|
||||
setting_type = "runtime-global",
|
||||
default_value = true,
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue