This commit is contained in:
Brevven 2022-08-14 19:54:31 -07:00
parent 03cf52a220
commit 930d8f550c
4 changed files with 22 additions and 2 deletions

13
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