add rough diamonds

This commit is contained in:
Brevven 2021-12-29 01:19:50 -08:00
parent c951cc3570
commit a0e957fea3
19 changed files with 73 additions and 9 deletions

View file

@ -20,4 +20,11 @@ data:extend({
default_value = "no",
allowed_values = {"no", "yes"},
},
{
type = "string-setting",
name = "bzcarbon-enable-rough-diamond",
setting_type = "startup",
default_value = mods["rso-mod"] and "yes" or "no",
allowed_values = {"no", "yes"},
},
})