Add option to make natural gas finite without K2

This commit is contained in:
OZAWA Sakuro 2023-06-21 16:47:23 +09:00
parent 0fd82bd524
commit 4870fbe4e4
7 changed files with 27 additions and 2 deletions

View file

@ -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