Remove SE 0.6 checks

This commit is contained in:
Simon Brodtmann 2025-10-13 17:54:17 +02:00
parent 31cb3a31db
commit 0e3af88f76
2 changed files with 2 additions and 3 deletions

View file

@ -5,8 +5,7 @@ if util.k2() then
-- HCL graphite processing
if util.me.use_flake_graphite() then
local gsubgroup = "raw-material"
if mods["space-exploration"] and string.sub(mods["space-exploration"], 1, 3) == "0.6" and
data.raw["item-subgroup"]["carbon"] then
if mods["space-exploration"] and data.raw["item-subgroup"]["carbon"] then
gsubgroup = "carbon"
end
data:extend({

View file

@ -581,7 +581,7 @@ end
-- Space exploration subgroups
if mods["space-exploration"] and string.sub(mods["space-exploration"], 1, 3) == "0.6" then
if mods["space-exploration"] then
data:extend({
{
type = "item-subgroup",