Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.20.0+mc1.21.4
Release
5.20.0+mc1.21.42 years ago 65.1K
Compatibility
Minecraft: Java Edition
1.21.4
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.19.6+1.21.1
- Remove LDLib integration as it will likely need changes for 1.21.4 - embeddedt
- Block telemetry by default - embeddedt
- Add LDLib connected textures integration - embeddedt
- Premultiply chunk offset for incredibly small performance gain - embeddedt
- "Fix" Hypixel's disappearing chests problem on modern clients - embeddedt
- Port faster item rendering to 1.21.4 - embeddedt
- Guarantee deterministic behavior of values() iteration - embeddedt
- Replace RS integration with generic model registry emulation - embeddedt
- Support the new Fabric model events - embeddedt
- Provide emulated registries permanently - embeddedt
- Detect Redirector and show warnings - embeddedt
- Protect DynamicBakedModelProvider against null keys - embeddedt
- Force-override updateY to be public - embeddedt
- Spotless - embeddedt
- Add Fabric Model Loading API support - embeddedt
- Clean up some log messages - embeddedt
- Get dynamic model loading working with ModifyBakingResult - embeddedt
- Stop looking for legacy cache file names - embeddedt
- Backport CTM mixin from 1.21 - embeddedt
- Fix model parents not always being resolved - embeddedt
- Remove old AW entry - embeddedt
- Spotless - embeddedt
- Dynamic model loading on Fabric - embeddedt
- Initial port to 1.21.4 - embeddedt
- 24w45a - embeddedt
- fix AW - embeddedt
- Remove useless test - embeddedt
- Rewrite dynamic resources once again - embeddedt
- Fix another outdated mixin - embeddedt
- Port cause_lag_by_disabling_threads to 1.21.3 - Rhys
- Remove obsolete mixin - embeddedt
- Fix faster item rendering mixin - Rhys
- Spotless - embeddedt
- Update to 1.21.3, fix tests - embeddedt
- Update to 1.21.2-rc1 - embeddedt
- Start rewriting dynamic resources - embeddedt
- Runs, dynamic resources still broken - embeddedt
- Compiles on 1.21.2-pre2, does not yet run - 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:A84EEUXb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:A84EEUXb"
}

