2.0, space age, other updates

This commit is contained in:
Brevven 2025-01-29 01:29:12 -08:00
parent f8ff3472fb
commit b7c12bef38
61 changed files with 1869 additions and 605 deletions

View file

@ -23,15 +23,6 @@ data:extend({
allowed_values = {"no", "yes"},
order = "b2",
},
{
type = "string-setting",
name = "bzcarbon-enable-rough-diamond",
setting_type = "startup",
hidden = not not mods["rso-mod"],
default_value = mods["rso-mod"] and "yes" or "no",
allowed_values = {"no", "yes"},
order = "d1",
},
{
type = "string-setting",
name = "bzcarbon-enable-flake-graphite",
@ -58,6 +49,19 @@ data:extend({
},
})
if not mods["space-age"] and not mods["rso-mod"] then
data:extend({
{
type = "string-setting",
name = "bzcarbon-enable-rough-diamond",
setting_type = "startup",
hidden = not not mods["rso-mod"],
default_value = mods["rso-mod"] and "yes" or "no",
allowed_values = {"no", "yes"},
order = "d1",
},
})
end
if mods.bzchlorine then
data:extend({
{