I have been working on implementing config into my mod, and I can't seem to find a way to organize it. It seems to not follow any logic.
It doesn't seem to populate alphabetically (As I am trying to get i), or by order in the code. I have tried using .push() to setup subsections, but those seem to have the same issue.
Any insight into this would be very much appreciated.
Thank you,
MurkyConspiracy
It's threaded, so it populates in the order it loads
There's a method called preserveInsertionOrder() in the builder that let's you reorder the list as you have it in code.
I'm not aware of anything that let's you order it alphabetically, though.