All versions
1.21.11_2_fabric
Release
Maces Are Better 1.21.11_2 Fabric3 months ago 1,194
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Maces Are Better Mod — New Enchantments
- Heavy (Levels 1-5)
- Increases your fall speed while holding the mace, fall faster to hit harder
- The fall speed increases by 2 blocks each level, and its like breach.
- Frame Perfect (Levels 1-5)
- Grants full invincibility after landing a successful smash attack
- Level 1 = 0.5 seconds, each level adds 0.5 more
- Gravitational Pull (Levels 1-3)
- Smash attacking a mob creates a gravitational pull at the impact point
- Pulls all nearby mobs toward the impact
- Pull radius scales with damage dealt, up to 32 damage
- Pull speed increases with level
- Spawns a gravitational pull with a bunch of effects
- Quake (Levels 1-5)
- Smash attacking a mob stuns ALL nearby mobs in a radius
- Level 1 = 10 block radius, each level adds 5 more
- Expanding shockwave particles and explosion at the impact point
- Rapture (Level 1, also a reference)
- Every single hit with the mace counts as a max-power smash attack
- No falling required
- Guarantees 100 bonus damage per hit
- All other mace enchantments trigger on every hit too
- Super rare, weight 1, very high enchanting cost
Have fun!
MaceMeta
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:xqHFwLTs:mFDyJNZL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xqHFwLTs:mFDyJNZL"
}

