Base Crafting Tab Location

Place to get help with not working mods / modding interface.
KTobias
Burner Inserter
Burner Inserter
Posts: 9
Joined: Fri Nov 27, 2015 5:03 am
Contact:

Base Crafting Tab Location

Post 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
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5409
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Base Crafting Tab Location

Post 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)
Post Reply

Return to “Modding help”