Tags
Creators
Details
Licensed LGPL-3.0-only
Published 9 months ago
All versions
3.0-snapshot-2
Beta
3.0 Snapshot 26 months ago 54
Uploaded by
Compatibility
Minecraft: Java Edition
26.1-snapshot-2
Platform
Fabric
Supported environments
Client and server
Changes
[3.0-snapshot-2] - 1/9/2026
New Features
Zombie Leaders
- Added a unique Zombified Piglin leader texture (from Minecraft Dungeons)
- Updated zombie leader texture to use a modified version of the "Lobber Zombie" texture (from Minecraft Earth)
Music
- New Underwater Music!
- Rest in Reefs by Peter Hont
- Coral Rise by Peter Hont
- The Bilge by Peter Hont
- Hydrothermal Vent by Peter Hont
- Twilight Cavern by Peter Hont
- The Abyssal Monument by Grant Kirkhope
- Radiant Ravine by Grant Kirkhope
- Molten Monument by Grant Kirkhope
- Tropical Slime Scramble by Peter Hont
- Primal Oil Sect by Peter Hont
Visuals
- Added Mace Smash Air, Mace Smash Ground, Mace Smash Ground Heavy, and End Flash screen shake event
- Removed the Ender Dragon Growls screen shake event
- This is due to this event being triggered server side (i.e. independent of what the player's actually hearing)
Splash Text
- Added "Music by Grant Kirkhope!" splash text
Technical Changes
Data Tags
- The
tag.item.subtlyd.tenttag is nowtag.item.subtlyd.tents - Added translations for
Dripstone,Stone Tiles,Skulls, andTriggers Ambient Wind Block Soundsblock tags
Bug Fixes
- Sleeping in tents will no longer negate fall damage
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:imO45QVy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c65QHwL5:imO45QVy"
}

