Tags
Creators
Details
Licensed LGPL-3.0-only
Published 9 months ago
All versions
3.0-snapshot-4
Beta
3.0 Snapshot 45 months ago 68
Uploaded by
Compatibility
Minecraft: Java Edition
26.1-snapshot-4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
[3.0 Snapshot 4] - 1/24/2026
New Features
Herds Disperse
- Some animals now run from attackers targeting their herd!
- These "herds" have a radius of 16 meters
- When attacked, an animal within a herd will run away from the attack to a random location within 16 meters of its current location
- Well... except for Armadillos, which roll up
- Animals that are unaffected by this include:
- Neutral mobs
- Hostile mobs
- Undead mobs
A New Predator
- Dolphins now occasionally hunt for squid and cod!
- Dolphins can also now be fed calamari
- Squids now avoid dolphins!
Splash Text
- Added "Also try Hytale!"
- Added "Also try Minecraft Legends!"
Commands
- Added
/camerashakecommand- Usages are
/camerashake add <targets> <intensity> <seconds>or/camerashake stop <targets>
- Usages are
Bug Fixes
- Fixed spider jockey placement being too far left or right of the spider
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:yD68utRg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c65QHwL5:yD68utRg"
}



