Add option to make natural gas finite without K2
This commit is contained in:
parent
0fd82bd524
commit
4870fbe4e4
7 changed files with 27 additions and 2 deletions
11
settings.lua
11
settings.lua
|
@ -40,3 +40,14 @@ data:extend({
|
|||
default_value = true,
|
||||
},
|
||||
})
|
||||
|
||||
if not mods.Krastorio2 then
|
||||
data:extend({
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "bzgas-finite",
|
||||
setting_type = "startup",
|
||||
default_value = false
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue