optional ammo recipes

This commit is contained in:
Brevven 2022-01-05 00:18:11 -08:00
parent c105870781
commit fcfc3e7b15
7 changed files with 79 additions and 1 deletions

View file

@ -13,4 +13,11 @@ data:extend({
default_value = "no",
allowed_values = {"yes", "no"},
},
{
type = "string-setting",
name = "bzlead-more-ammo",
setting_type = "startup",
default_value = "no",
allowed_values = {"yes", "no"},
},
})