Tags
Creators
Details
All versions
3.3.1
Release
MWHRD v3.3.1last year 63
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Version 3 - Allied Nations Align, Enemy Ideals Falter
Patch 3.3.1 is a bugfix which should allow the server to properly start.
This is the third major content update for MWHRD.
It included:
- A system to divide players into teams, called Guilds
- An updated player/tab list displaying:
- basic information about server performance
- guild names, their players, and their leaders
- A new weapon category of Blasters
- A custom version of the Smithing Table for crafting
- The Atlas has a final implementation
- Changes to Hardcore Mode have been made
- This includes the new Kamikaze Mode, a spin-off of hardcore requiring the player to survive 100 Minecraft days
- Experience drops from hardcore have been nerfed:
- Hardcore Mode completion has a 10% chance to drop 1 experience orb
- Kamikaze Mode completion has a 50% chance to drop 4 experience orbs
- Both gamemodes can be completed, but only one will be considered for rewards
- Various bug fixes
- Prevents players from warping in/out of the Realm of Light
- The WorldEdit Wand now has a localized name
- Removing an upgrade from a beacon now gives the item back
Optional dependencies
Any compatible version
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:KrT9GLlU:nSPmR8sq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KrT9GLlU:nSPmR8sq"
}

