#Filter tab
7 messages · Page 1 of 1 (latest)
check out /interface/windowconfig/craftingfarming.config
i found it by looking at the foraging table's .object file, looking for the interface config they use (i found it in the "interactdata" fields), and followed the file it specified
you could probably add a category in the "categories" field (under "paneLayout") but afaik there's gonna be some minor visual issues coz the pngs used for the interface are explicitly designed to accomodate only 3 tabs
So craftingfarming.config.patch should look like this?[ { "op": "add", "path": "/paneLayout/categories/buttons", "value": { "selected" : false, "position" : [99, 221], "baseImage" : "/interface/crafting/unselectedTab.png", "baseImageChecked" : "/interface/crafting/selectedTab.png", "data" : { "filter" : [ "mygroup" ] } } } ]
it looks correct i guess
Doesn't work and nothing in the log
doesn't many tabs makes addings tabs to stuff way easier?
Thanks, didn't know about this mod