Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
5.2.0+mc1.16.5
Release
5.2.0+mc1.16.53 years ago 142
Compatibility
Minecraft: Java Edition
1.16.4–1.16.5
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 5.1.0+1.16.5
- Upload changelog to GitHub on release - embeddedt
- Log all option overrides once at startup rather than per mixin - embeddedt
- Make disabling feature.measure_time also disable game/world load messages - embeddedt
- Spotless - embeddedt
- Never replace search tree on 1.16 with REI present - embeddedt
- Fix issue with anonymous classes in mixin - embeddedt
- Limit registry wrapping to known bad mods to avoid performance issues - embeddedt
- Update zh_cn Translation (#150) - ZZZank
- Fix remapping issue on newer MC versions - embeddedt
- Only provide each mod its own model list in ModelBakeEvent - embeddedt
- Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on - embeddedt
- Credit AE2 for JUnit bootstrap extension design - embeddedt
- Get testing working, add tests for blockstate cache rebuilds - embeddedt
- Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817 - embeddedt
- Upgrade Fabric Loader to 0.14.21 - embeddedt
- Update Loom to prepare for unit tests - embeddedt
- Add null check for ClassInfo objects - embeddedt
- Rewrite clear_mixin_classinfo, now more aggressive - embeddedt
- Revamp mod warning system, also warn about FerriteCore missing - embeddedt
- Fix dynamic resources losing nested model loads sometimes - embeddedt
- Fix mixin crash outside dev - embeddedt
- Add option categories - embeddedt
- Add in-game patch descriptions - embeddedt
- Tweak dynamic resources model baking override point on Fabric - embeddedt
- Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks - embeddedt
- Make datapack reload exception silencers not required - embeddedt
- Add Traditional Chinese translation (#148) - notlin4
- Bump patch version for beta builds - 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:z6cki1Hr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:z6cki1Hr"
}

