Links
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated last month
All versions
0.5.1
Release
Heaven's & Hell's Armors 0.5.1last month 2
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
0.5.1 - Fire Camp & chain-charge fixes, ability-matched icons
Fixed
- Fire Camp no longer vanishes while Brutes are alive: the camp had a hard 95-second cap, and a Brute in an unloaded chunk counted as dead. Brutes and camp now last 10 minutes; the camp only reverts when all its Brutes are dead (tracked via BruteAllies, which survives chunk unloads) or the 10 minutes run out
- Hell's Mace chain charges refill properly: charges now fully restore 20 s after the last use - previously a single pull used long ago still counted, so the next pull triggered the long cooldown immediately
Changed
- Heaven's Sword cooldown icon now shows the actual ability: an expanding light wave (three arcs) instead of a generic sword
- Heaven's Mace icon redrawn: clean round flanged gold head, straight handle, lightning accents
- Lava beam icon redrawn: glow origin, white-hot horizontal beam, impact star
- Allied Brutes' Sharpness V diamond axe shows its enchantment glint again
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:dpVzCxer"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v5wvXisv:dpVzCxer"
}


