Remove SE 0.6 checks
This commit is contained in:
parent
31cb3a31db
commit
0e3af88f76
2 changed files with 2 additions and 3 deletions
|
@ -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({
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue