Links
Tags
Creators
Details
1.8.3+1.21
Compatibility
Required content
Changes
First build for Minecraft 1.21. Compiled natively against 1.21 rather than relying on runtime compatibility shims.
Fixes the lock badge being invisible on this version: pre-1.21.8 Minecraft batches GUI draws per render type and emits the default gui() batch before item icons, so a badge drawn there was always painted over by the item and only ever showed on empty slots. The badge is now drawn on the guiOverlay render type - the same layer Minecraft uses for durability bars and the selected-slot highlight - so it correctly appears on top of items in both the hotbar and inventory screens.
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:Q5sJYCyk:vFZxhZ22"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q5sJYCyk:vFZxhZ22"
}

