Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last week
All versions
1.15.0
Release
Mod Menu v1.15.0 for 1.16.55 years ago 15.5K
Compatibility
Minecraft: Java Edition
1.16.4–1.16.5
Platform
Fabric
Supported environments
Client-side
Changes
- Major internal refactors
- Added links, contributors, and license information
- Added an options screen for Mod Menu
- Added a compact list mode option
- Added an options to change Mods button style to: Below Realms (Default), Shrink Realms, Replace Realms, and Fabric Icon
- Added an option to hide mod badges
- Added an option to move where the mod count is displayed (on button, on title screen, both, neither)
- Added options to specify whether or not to count libraries, children, and hidden mods in the mod count
- Added options to hide mod links, credits, or license info
- Added options to disable the modification of the title screen and/or game menu screen
- Changed the hardcoded icon for "java
- Probably more that got forgotten about in this massive update
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:mOgUt4GM:DgzrfgAZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mOgUt4GM:DgzrfgAZ"
}

