Tags
Creators
Details
Licensed LGPL-3.0-only
Published 9 months ago
All versions
3.0-snapshot-5
Beta
3.0 Snapshot 55 months ago 64
Uploaded by
Compatibility
Minecraft: Java Edition
26.1-snapshot-5
Platform
Fabric
Supported environments
Client and server
Changes
[3.0 Snapshot 5] - 2/1/2026
New Features
Zombie-Type Leaders
- Updated Husk leader texture
UI
- Redesigned HUD textures
- New heart textures
- Including absorbing, poisoned, and withered
- New armor bar textures
- New experience bar texture
- New jump bar textures
- New hunger bar textures
- New hotbar textures
- New crosshair texture
- New heart textures
Music
- Changed underwater tracks to be quieter
Technical Changes
Translations
- Changed
multiplayer.stopSleepingtranslation from "Leave Bed" to "Stop Sleeping"
Bug Fixes
- Fixed "polished_dripstone" block tag not actually being changed from "dripstone"
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:c65QHwL5:pdLpw7ZO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c65QHwL5:pdLpw7ZO"
}

