bypass setting
This commit is contained in:
parent
1f042c54bf
commit
85c7992605
5 changed files with 162 additions and 90 deletions
11
settings.lua
11
settings.lua
|
|
@ -1,11 +1,16 @@
|
|||
data:extend(
|
||||
{
|
||||
data:extend({
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "bztitanium-recipe-bypass",
|
||||
setting_type = "startup",
|
||||
default_value = "",
|
||||
allow_blank = true,
|
||||
},
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "bztitanium-mining-fluid",
|
||||
setting_type = "startup",
|
||||
default_value = "lubricant",
|
||||
allowed_values = (mods["Krastorio2"] and {"lubricant", "sulfuric-acid", "chlorine"} or {"lubricant", "sulfuric-acid"}),
|
||||
order = "a1",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue