This commit is contained in:
Brevven 2022-12-23 13:56:08 -08:00
parent f7f516a5f0
commit 3022bec541
4 changed files with 17 additions and 3 deletions

13
prototypes/cables.lua Normal file
View file

@ -0,0 +1,13 @@
local util = require("data-util");
if not util.se6() and not data.raw["item-subgroup"]["cable"] then
data:extend({
{
type = "item-subgroup",
name = "cable",
group = "intermediate-products",
order = "f-z",
}
})
util.set_item_subgroup("copper-cable", "cable")
end