initial commit
This commit is contained in:
commit
0731c231c7
46 changed files with 1314 additions and 0 deletions
22
settings.lua
Normal file
22
settings.lua
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
data:extend({
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "bzfoundry-recipe-bypass",
|
||||
setting_type = "startup",
|
||||
default_value = "",
|
||||
allow_blank = true,
|
||||
},
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "bzfoundry-hydrocarbon",
|
||||
setting_type = "startup",
|
||||
allowed_values = {"coke", "solid-fuel", "coal", "none"},
|
||||
default_value = "coke",
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "bzfoundry-smelt",
|
||||
setting_type = "startup",
|
||||
default_value = false,
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue