ad el adamo boiler

This commit is contained in:
Brevven 2022-07-17 23:29:50 -07:00
parent 60e4082ad1
commit ae0686c914
10 changed files with 80 additions and 22 deletions

View file

@ -1,3 +1,4 @@
require("gas-boiler/settings")
data:extend({
{
type = "string-setting",
@ -19,4 +20,10 @@ data:extend({
default_value = "phenol",
allowed_values = {"phenol", "no"},
},
{
type = "bool-setting",
name = "bzgas-boiler",
setting_type = "startup",
default_value = true,
},
})