Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
Mod Menu Pro 1.2.0 — Minecraft 26.2
Mod Menu Pro is now fully upgraded for Minecraft 26.2. This release preserves all existing features and user data while modernizing the interface and underlying APIs.
Changes
- Renamed the user-facing mod from Super Mod Menu to Mod Menu Pro.
- Added full compatibility with Minecraft 26.2.
- Redesigned the interface with cleaner panels, improved spacing, clearer selections, and modern emerald accents.
- Migrated rendering, screens, input handling, lists, and textures to the Minecraft 26.2 API.
- Updated to Fabric Loader 0.19.3 and Fabric API 0.158.0+26.2.
- Updated the build system to Fabric Loom 1.17, Gradle 9.5.1, and Java 25.
- Preserved mod search, filters, favorites, personal notes, dependency views, update checking, Modrinth browsing, mod installation, icons, links, and configuration integration.
- Preserved the internal mod ID and configuration location, keeping existing favorites and notes compatible.
- Restricted compatibility metadata to Minecraft 26.2 for safer installation.
Requirements
- Minecraft 26.2
- Fabric Loader 0.19.3 or newer
- Fabric API
- Java 25
Existing users can replace the previous JAR with supermodmenu-1.2.0.jar. Restart Minecraft after installation.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qa9i7D21:CXF17Wta"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qa9i7D21:CXF17Wta"
}

