Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
Welcome to the official release of BackguardAegis!
BackguardAegis is a combat overhaul mod that completely revolutionizes how shields work in Minecraft. Say goodbye to the frustration of being constantly ambushed from behind. This mod introduces the "Ultra Shield", a highly balanced, skill-based 360° omnidirectional defensive mechanic.
✨ Key features in this release:
- 🛡️ 360° Defense: Absorbs 100% of the damage from back and side attacks instantly.
- 💥 Dynamic Shockwaves: When the Ultra Shield shatters, it generates a knockback blast that scales mathematically with the strength of the incoming hit.
- 🏹 Aggressive Deflection: Arrows and fireballs hitting your unprotected angles are violently deflected backwards at double speed, returning the damage to the attacker!
- 📚 New Custom Enchantments: Reflection (returns magic damage), Efficiency (charges the shield faster), and Persistence (absorbs an extra hit before breaking).
- 🖥️ Interactive HUD: Press 'B' to open an in-game menu where you can drag and drop your visual shield indicator anywhere on your screen, tweak its scale, or read the built-in Mod Wiki.
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:WaUbMQQQ:CsywVMbQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WaUbMQQQ:CsywVMbQ"
}

