fluid setting

This commit is contained in:
Brevven 2021-07-11 17:20:37 -07:00
parent 9e83776f5e
commit c0eb0397f0
5 changed files with 21 additions and 4 deletions

View file

@ -13,4 +13,12 @@ data:extend({
default_value = "lubricant",
allowed_values = (mods["Krastorio2"] and {"lubricant", "sulfuric-acid", "chlorine"} or {"lubricant", "sulfuric-acid"}),
},
{
type = "int-setting",
name = "bztitanium-mining-fluid-amount",
setting_type = "startup",
default_value = 3,
minimum_value = 1,
maximum_value = 1000,
},
})