Tags
Creators
Details
All versions
1.14+mod
Release
Wither's Wrath 1.14 [1.21.5+] {Mod}last year 3,103
Compatibility
Minecraft: Java Edition
1.21.5–1.21.8
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Client and server
Changes
Welcome Back to another update!
Changes
- Reworked the enraged mode skulls that got shot out they now shoot up, pause mid air and 1.5s later shoot towards the nearest player per skull
Added
- 20 seconds after the wither is spawned it will now shoot a high speed direct wither skull at a random player.
Fixed
- Items getting killed by the thunder when the wither is killed is now fixed
- Multiplayer summon should no longer break (I'm surprised no one commented on this it's been in the pack since release 4 years ago)
- Some names were in the wrong format which are now fixed
- Fixed wither dropping armour on death due to incorrect formatting of commands in 1.21.5+
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:qqIrLnDt:JhvW4Rvb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qqIrLnDt:JhvW4Rvb"
}

