fluid setting
This commit is contained in:
parent
9e83776f5e
commit
c0eb0397f0
5 changed files with 21 additions and 4 deletions
|
|
@ -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,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue