Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
0.3.0+mc1.2.5
Release
[1.2] Mod Menu 0.3.0last year 34
Uploaded by
Compatibility
Minecraft: Java Edition
1.2.x
Platform
Ornithe
Supported environments
Client-side
Required content
Changes
Changes
- Use different User-Agent than modern ModMenu (PR 6 by @LostLuma)
- Change loader update checker download link to Ornithe website (PR 6 by @LostLuma)
Upstream Sync:
- Update Norwegian Bokmål translation (Upstream PR 656 by @Bloodaxe95)
- Update Simplified Chinese translation (Upstream PR 655 by @ioococ)
- Update Belarusian translation (Upstream PR 654, Upstream PR 696, and Upstream PR 728 by @Gazmanovich)
- Change Twitter label to X (Twitter) (by @Prospector)
- Delay handling API implementations until it's first needed (by @Prospector)
- Add support for custom update checking logic (Upstream PR 708 by @henkelmax)
- Add option to choose which update channel to receive notifications for (Upstream PR 704 by @LostLuma)
- Group mod credits by role (Upstream PR 706 by @LostLuma)
- Add provided update checkers, loader update checkers (Upstream PR 711 by @LostLuma)
- Remove sorting of individual contributors (Upstream PR 726 by @LostLuma)
- Update Simplified Chinese translation (Upstream PR 733 by @EastCation)
- Update Polish translation (Upstream PR 717 by @mt1006)
Fixes
- Fix crash when search yields no results (PR 21 by @LostLuma)
- Fix Modrinth update checking for Minecraft 1.0.0 and below (PR 18 by @LostLuma)
- Add missing translations for confirm chat link screen (by @SpaceWalkerRS)
- Fix buttons overlapping in confirm chat link screen (by @SpaceWalkerRS)
Upstream Sync:
- Fix disable update checks config not working for individual mods (Upstream PR 703 by @LostLuma)
- Fix user agent stripping not working (Upstream PR 707 by @LostLuma)
- Fix update checker not being called when screen is closed in a way other than the button (by @Prospector)
- Fix credits role translation keys not being lowercased (Upstream PR 713 by @LostLuma)
- Skip unknown badge keys (Upstream PR 720 by @haykam821)
- Fix update checker promoting downgrades, other followup improvements (Upstream PR 716 by @LostLuma)
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:LIGlLgiL:umvNgD19"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LIGlLgiL:umvNgD19"
}


