Don't Starve Together

Don't Starve Together

ModCategory
4 Comments
lifeking  [author] 17 Apr, 2020 @ 7:49am 
This MOD is working on my client.
Categories are not displayed for mods that do not contain _mod_category.
UI is added to the left side only for compatible mods, and the category is displayed.
Is there a mod that doesn't work? I want a more detailed situation.
Alexandra 17 Apr, 2020 @ 5:53am 
Does it work now? It doesn't work for me. How can I fix it ?
lifeking  [author] 13 Jul, 2019 @ 11:10pm 
Thank you. I think the way to insert the label is not bad either.
Mobbstar 13 Jul, 2019 @ 9:19am 
You can also make Splitters by setting empty options like so:

local emptyoptions = {{description="", data=false}}
local function Breaker(name)
return {
name=name,
options=emptyoptions,
default=false,
}
end