I really have problems to understand how this "order" feature works...
example :
Code: Select all
{
type = "mining-tool",
name = "steel-axe",
icon = "__base__/graphics/icons/steel-axe.png",
flags = {"goes-to-main-inventory"},
(...)
subgroup = "tool",
order = "a[mining]-b[steel-axe]",
flags = {"goes-to-main-inventory"},
(...)
}
thanks.