Creating a Config Category

Category Tabs are shown ONLY when you have more than 1 category.

You can create a new category by calling getOrCreateCategory with the builder:

[...]
ConfigCategory general = builder.getOrCreateCategory(new TranslatableText("category.examplemod.general"));

Last updated

Was this helpful?