adamo's gas boiler

This commit is contained in:
Brevven 2022-07-13 00:09:16 -07:00
parent bc0ea45731
commit 4e0f6741cc
26 changed files with 3398 additions and 0 deletions

7
gas-boiler/settings.lua Normal file
View file

@ -0,0 +1,7 @@
data:extend({{
name = "vanilla-fluid-fuel-values",
type = "bool-setting",
setting_type = "startup",
default_value = false,
order = "a"
}})