orders ?
Posted: Sun Apr 03, 2016 12:44 pm
Hi,
I really have problems to understand how this "order" feature works...
example :
can someone explain me this order example, and what result is expected ?
thanks.
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.