1.3.0
Compatibility
Changes
[1.3.0] — 2026-05-31 (NeoForge 1.21.11)
Kavacha armor expansion. 56 new armor items across 14 sets — 3 tiered progression sets (wooden / iron / divine kavacha) and 11 named legendary sets, each tied to a deity or hero from the Mahabharata/Puranas with a full-set gameplay bonus.
Added — 14 armor sets (helm + cuirass + greaves + boots each)
Tiered (no set bonus, for progression):
- Wooden / Iron / Divine Kavacha — leather→iron→netherite tier stats.
Named legendary (full-set bonus when all 4 pieces worn):
- Kavacha-Kundala (Karna) — projectile immunity. The birth-armor that made Karna untouchable by arrows.
- Kirita-Mukuta (Arjuna) — bow damage +50%. The divine crown gifted by Indra.
- Vajra-Kavacha (Indra) — 50% melee thorns. Returns lightning to attackers.
- Gada-Kavacha (Bhima) — damage resistance + knockback resistance.
- Vaijayanti-Kavacha (Krishna) — regeneration aura.
- Surya-Kavacha (Surya) — damage boost in daylight under open sky.
- Yamadharma-Kavacha (Yama) — +50% damage vs monsters.
- Varuna-Kavacha (Varuna) — water breathing + dolphin's grace.
- Agni-Kavacha (Agni) — fire & lava immunity.
- Mahishasura-Mardini (Durga) — +50% damage vs monsters (anti-asura).
- Vayu-Kavacha (Vayu) — movement speed boost.
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:HtjQZyYX:K3FXNMcP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HtjQZyYX:K3FXNMcP"
}

