16 lines
417 B
Lua
16 lines
417 B
Lua
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"}),
|
|
},
|
|
})
|