1.0.0
Compatibility
Required content
Changes
Warden Staff
A simple Vanilla+ mod that finally gives you a reason to defeat the Warden.
The Warden is one of the strongest mobs in Minecraft, but defeating it normally gives you no unique reward. This mod changes that by adding the Warden Staff, a powerful weapon that lets you use the Warden's own Sonic Boom ability.
How to obtain
To get the Warden Staff, you first need to find an Ancient City deep underground and summon the Warden.
When the Warden is defeated, it has a 70% chance to drop the Warden Staff.
The Warden also has a 30% chance to drop 3 Echo Cores.
Upgrading
The Warden Staff can be upgraded using 3 Echo Cores.
The upgraded version, Reinforced Warden Staff, fires three Sonic Boom waves instead of one and deals significantly more damage.
Features
- Uses the Warden's Sonic Boom ability.
- Warden Staff has a 15-second cooldown.
- Reinforced Warden Staff fires three Sonic Boom waves in a spread.
- Nearby mobs are knocked back when the staff is used.
- Vanilla-friendly balance.
- Fits naturally into Minecraft progression.
Requirements
- Minecraft (supported version)
- Fabric API
This mod is designed to feel like an official Minecraft feature while keeping the gameplay balanced and rewarding.
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:75sCxXed:eUKO7XFx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:75sCxXed:eUKO7XFx"
}

