I would like to change the location of the base crafting tab location. I know this has to do with re-addressing the sort order in my own created tabs but how do I access the base tabs so that I can change their default locations?
Basically I'm trying to place my created tabs before the base tabs if that helps.
Thank-you
Base Crafting Tab Location
Re: Base Crafting Tab Location
you can do something like
And do the same for all the groups (found in data/base/prototypes/item/item-groups.lua)
Code: Select all
data.raw["item-group"]["logistics"].order = "k"