Mod Menu - Minecraft Mod
Mod Menu adds a mod menu to view the list of mods installed.
Mod Menu allows the viewing of mods installed and, if supported by the mod, allows for easy access to the config screens of said mod. Mod Menu also supports some more advanced features, like translatable mod names and descriptions, with support for QuickText formatting in mod descriptions; filtering of library mods out from regular mods; a mod update checker for mods hosted on Modrinth or that provide their own update sources; and deep configuration for all of the provided features.
Mod Menu is full of APIs for developers to augment how their mod shows up in Mod Menu. Ranging from language keys, JSON metadata, all the way to a Java API.
Translation: Translate the name of the mod, summary and description, but not change any Java code. Only add translation keys for any language in supported format.
Add various elements with metadata in the fabric.mod.json file. This includes links, badges, parent mods, and update checkers.
Similar to the Fabric Metadata API, but the format for custom metadata is slightly different. The modmenu block is an element in the root object of the quilt.mod.json file.
Add Mod Menu as a compile-time dependency in the gradle project. This won't make the mod require Mod Menu but it would be present in the environment for testing purposes.
Copyright 2019-2025 © ScalaCube - All Rights Reserved.