Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 years ago
Updated last month
All versions
Fabric-1.21.10-5.1.0
Release
Raised 5.1.0 (Fabric 1.21.10)8 months ago 1,394
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added support for new ForgeLayeredDraw layer management recently added to Forge 50+ for 1.20.5+ (requires late builds of Forge).
- Changed (Neo)Forge overlay/layer management to map and format filtered vanilla identifiers at registration instead of separately filtering vanilla overlays/layers upon render.
- Fixed layer list scroll position potentially being out of range upon tab change.
- Fixed conflict with generational ZGC by manually closing resource packs after evaluation.
- Fixed subtitles with deferred rendering outside of render event on NeoForge 21.9+ not moving.
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:nCQRBEiR:yajtey3T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nCQRBEiR:yajtey3T"
}

