start with burner inserter

This commit is contained in:
Brevven 2022-08-14 19:55:37 -07:00
parent 30e9760ef7
commit 4116dc4fe2
3 changed files with 24 additions and 0 deletions

View file

@ -18,4 +18,10 @@ data:extend({
setting_type = "startup",
default_value = false,
},
{
type = "bool-setting",
name = "bzaluminum-starting-items",
setting_type = "runtime-global",
default_value = true,
},
})