Links
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated last month
All versions
0.6.1
Release
Heaven's & Hell's Armors 0.6.1last month 2
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
0.6.1 - Chain charges cover the grapple, sword texture polish
Fixed
- The 2-quick-uses-then-20s-cooldown charge system now covers all Hell's Mace chain uses — block grapple, projectile grapple and enemy pull share one pool. Previously only the enemy pull was charged; grappling still ran on its own flat 4s cooldown, which is why "2 quick grapples" never worked. New config keys:
chain_charges(2),chain_cooldown(2 s),chain_recharge(20 s) — the oldpull_cooldown/pull_recharge/pull_charges/grapple_cooldownkeys are retired, so stale saved values no longer interfere
Changed
- Heaven's Sword texture: the gold energy groove now runs much further up the blade (to just below the tip) in all three animation frames, and the gold band across the guard connects properly at the bottom middle instead of leaving a gap
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:v5wvXisv:KywTDyfX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v5wvXisv:KywTDyfX"
}


