clean up setting

This commit is contained in:
Brevven 2025-01-04 04:32:48 -08:00
parent e9b845e5cd
commit 92747cc781

View file

@ -15,6 +15,9 @@ data:extend( {
allowed_values = {"yes", "no"},
order = "a-a",
},
})
if mods.Bio_Industries then
data:extend( {
{
type = "bool-setting",
name = "bzsilicon-bio-crushed-stone",
@ -23,3 +26,4 @@ data:extend( {
order = "z-a"
},
})
end