add optional lead chest

This commit is contained in:
Brevven 2021-02-28 20:29:53 -08:00
parent 69e6fc798e
commit 45d0116c73
13 changed files with 168 additions and 1 deletions

10
settings.lua Normal file
View file

@ -0,0 +1,10 @@
data:extend(
{
{
type = "string-setting",
name = "bzlead-more-entities",
setting_type = "startup",
default_value = "no",
allowed_values = {"yes", "no"},
},
})