Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
5.23.0+mc1.20.1
Release
5.23.0+mc1.20.1last year 125.5K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Depending on the size of this release, there may be a human-readable changelog available on the wiki page.
Changes since 5.22.0+1.20.1
- Fix missing bitmask when compressing smaller datums into long - embeddedt
- Do not bypass Ingredient.TagValue#getItems during server resource reload - embeddedt
- Remove defensive copy of model location collection in replaceAll - embeddedt
- Try to use a more optimal Set implementation for filtering - embeddedt
- Use Guava immutable list to avoid extra internal copying - embeddedt
- Slight tweaks to ModelLocationBuilder - embeddedt
- Include ModernFix itself in time calculations for dynamic resources - embeddedt
- Fix copy-and-paste mistake in compact unihex logic - embeddedt
- Add some universe filters - embeddedt
- Fix presizing of model location set & use more efficient string generation logic - embeddedt
- Attempt to reduce overhead of splitting same path string many times - embeddedt
- Implement more accurate fix for MC-183518 - embeddedt
- Ensure files in assets/ are not counted as namespaces - embeddedt
- Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font - embeddedt
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:nmDcB62a:aFbw9h3x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:aFbw9h3x"
}

