Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
5.2.2+mc1.20.1
Release
5.2.2+mc1.20.13 years ago 265
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 5.2.2+1.19.2
- Port dynres change to 1.19.4+ - embeddedt
- Update test to reflect Mojang changes [skip ci] - embeddedt
- Add utility for disabling Unihex font - embeddedt
- Remove LazyDFU change for 1.20 - embeddedt
- Apply spotless - embeddedt
- Update Diagonal Fences mixin - embeddedt
- Add .mcmeta files to resource list to match 1.19.4+ behavior - embeddedt
- Add missing ExpectPlatform - embeddedt
- Change spark version - embeddedt
- Bump Forge - embeddedt
- Initial version of resource pack caching for 1.19.4+ - embeddedt
- 1.20.1 - embeddedt
- Fix miscopied patch from Fabric to Forge - embeddedt
- Change cancellation strategy for bakeModels, fixes Balm issues - embeddedt
- Fix creative search tab not having a populator registered on Fabric - embeddedt
- Mark 1.20.1 as supported - embeddedt
- Allow DashLoader 5 on 1.19.4+ - embeddedt
- Re-add Forge support for 1.20 - embeddedt
- 1.20 - embeddedt
- Update to 1.20-rc1 - embeddedt
- This will likely be the last ever 1.19.4 release - embeddedt
- Hopefully final fix for the 1.19.4 "missing model" bug on Fabric - embeddedt
- Spotless - embeddedt
- 1.20-pre2 - embeddedt
- Remove unneeded imports - embeddedt
- Bump required Forge version, drop datapack reload patch - embeddedt
- Fix missing model flag not being cleared at times - embeddedt
- Spotless - embeddedt
- 1.20-pre1 - embeddedt
- Fix compile errors - embeddedt
- Fix spotless error - embeddedt
- Update item renderer mixin for 1.19.4 - embeddedt
- Actually cache item models - embeddedt
- Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes - embeddedt
- Tweak Fabric model bakery to run more vanilla code - embeddedt
- Update entity renderer mixin - embeddedt
- Drop resource pack mixin from 1.19.4 for now - embeddedt
- Fix model bakery issues - embeddedt
- Fix mixin - embeddedt
- Spotless - embeddedt
- Fabric - embeddedt
- Compilation fixes - embeddedt
- Fix compile error - embeddedt
- Fix NamespacedWrapper needing remap - embeddedt
- Fix exception in model removal notification - embeddedt
- Fix search trees, downgrade Forge so REI works in dev - embeddedt
- Fix running outside dev - embeddedt
- Speed up world creation screen - embeddedt
- Port dynamic model loading to 1.19.4 - embeddedt
- 1.19.4 - 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:4ZIvpHca"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:4ZIvpHca"
}

