Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated last month
All versions
3.11.1.9
Release
Modern UI 3.11.1.9 (NeoForge)last year 168.9K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Modern UI 3.11.1.9
This is a Minecraft-only update, the Modern UI core does not change.
Modern UI is likely to be renamed to ModernUI in the next version.
NeoForge Extension 1.21.1
- Suppress indirect crashes due to broken mod state
- Ignore translation-z for exact tooltip positioning
- Fix multiple tooltip colors not working
Forge Extension 1.21.1
- Equivalent to NeoForge version
Fabric Extension 1.21.1
- Improve modern tooltip compatibility on Fabric
- Add config for tooltip line wrapping on Fabric
- Others are functionally equivalent to Forge version
Modern Text Engine 1.21.1
- Fix text effect of color emoji is always white
- Exclude CozyUI fonts by default
- Remove duplicates when dumping bitmap fonts
- Use isLenient for parsing font definition files
- Fix large bitmap fonts being ignored
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:3sjzyvGR:etOPDZ8u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3sjzyvGR:etOPDZ8u"
}

