carbon-fiber

This commit is contained in:
Brevven 2022-09-24 20:28:59 -07:00
parent 96e4164d80
commit 144f695fea
8 changed files with 86 additions and 14 deletions

View file

@ -20,13 +20,6 @@ data:extend({
default_value = "no",
allowed_values = {"no", "yes"},
},
{
type = "string-setting",
name = "bzcarbon-enable-carbon-fiber",
setting_type = "startup",
default_value = "no",
allowed_values = {"no", "yes"},
},
{
type = "string-setting",
name = "bzcarbon-enable-rough-diamond",
@ -57,3 +50,15 @@ data:extend({
allowed_values = {"no", "yes"},
},
})
if mods.bzchlorine then
data:extend({
{
type = "string-setting",
name = "bzcarbon-enable-carbon-fiber",
setting_type = "startup",
default_value = "yes",
allowed_values = {"no", "yes"},
},
})
end