I found that technologies should support "subgroup" and "order" for ordering, according to the api docs, but I tested it and it doesn't re-order the tech at all, even between 2 techs with the same science pack types.
Code: Select all
{
type = "item-group",
name = "moshine-tech",
icon = "__core__/graphics/icons/category/unsorted.png",
icon_size = 128,
order = "zz"
},
{
type = "item-subgroup",
name = "moshine-tech-with-datacells",
group = "moshine-tech",
order = "e"
},
