Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 weeks ago
All versions
2.5.1
Beta
2.5.13 years ago 97
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Changes since 2.5.0
- Disable faster item rendering by default until its tested more - embeddedt
- Optimize block item rendering as well - embeddedt
- Generate resource cache using resource reload workers - embeddedt
- Disable dynamic entity renderers by default due to incompatible mods - embeddedt
- Add config for integrated server watchdog - embeddedt
- Remove nonexistent mixin configs - embeddedt
- Only apply item rendering optimization outside of level rendering - embeddedt
- Optimize rendering of simple items in GUIs - embeddedt
- Remove unnecessary injected field on BlockState - embeddedt
- Change texture loading mixin priority to prevent FAPI conflicts - embeddedt
- Remove blank space [skip ci] - embeddedt
- Fix GitHub markdown formatting being different [skip ci] - embeddedt
- Add dev builds to README [skip ci] - embeddedt
- Prevent immediate crash when TextureAtlasSprite constructor throws - embeddedt
- Avoid hard crash if AT fails to apply - 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:fPhurjKv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nmDcB62a:fPhurjKv"
}

