Page 1 of 1

Base Crafting Tab Location

Posted: Mon Jan 11, 2016 5:06 am
by KTobias
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

Re: Base Crafting Tab Location

Posted: Thu Jan 14, 2016 2:28 pm
by Klonan
you can do something like

Code: Select all

data.raw["item-group"]["logistics"].order = "k"
And do the same for all the groups (found in data/base/prototypes/item/item-groups.lua)