Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
2.6.0
Release
2.6.03 years ago 16.5K
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 2.5.2
- Use half fix for packet leak - embeddedt
- Synchronize LivingEntityRenderer layer list - embeddedt
- Fix classloading hack not working anymore - embeddedt
- Fix search tree provider crash - embeddedt
- Use less invasive mixin on Blocks.rebuildCache() - embeddedt
- Move search tree replacement to common module - embeddedt
- Fix workaround message printing twice - embeddedt
- Move search tree replacement to common, support both modloaders - embeddedt
- Workaround for Forge issue #9505 - embeddedt
- Remove blockstate compression - embeddedt
- Fix performance issue when loading large NBT maps - embeddedt
- Add support for Fabric datagen from runClient - embeddedt
- Invalidate pack caches directly instead of iterating resource manager pack list - embeddedt
- Fix resource pack cache not invalidating on F3+T - embeddedt
- Add button to title screen for datagenning inside runClient - embeddedt
- Move iteration later in texture atlas patch - embeddedt
- Shorten structure hashes to fix issues on Windows - embeddedt
- Optimize server thread aliveness check - embeddedt
- More Fabric dynamic model loading improvements - embeddedt
- Fix texture reload failing on second try - embeddedt
- Add more paths to texture search - embeddedt
- Enable GitHub Gradle cache - embeddedt
- Fix Continuity emissives - embeddedt
- Make RenderType EqualsStrategy more predictable - embeddedt
- Disable faster texture loading when Stitch is present - embeddedt
- Adjust faster texture loading for FAPI compat - embeddedt
- Update incompatible mod disabling list - embeddedt
- Avoid running Fabric loading hook except for extra models - embeddedt
- Minor optimization when turning MRL into blockstate list - embeddedt
- Set the missing model early if needed - embeddedt
- Handle bakedTopLevelModels not being a dynamic provider yet - embeddedt
- Rewrite Fabric dynamic model loader to not load all models at startup - 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:kGN22Ber"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:kGN22Ber"
}

