bypass setting

This commit is contained in:
Brevven 2021-06-15 02:24:34 -07:00
parent 1f042c54bf
commit 85c7992605
5 changed files with 162 additions and 90 deletions

View file

@ -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",
},
})