1.0.1
Compatibility
Changes
Added
-
Heart Scaling System Tool speed and sword damage now scale with your current heart count
- 1–9 hearts: 90% tool speed and sword damage (slight debuff)
- 10 hearts: Base stats
- 11–15 hearts: +10% tool speed and sword damage
- 16–20 hearts: +20% tool speed and sword damage
-
Heart Armor Set Bonus Wearing the full set of heart armor grants passive effects
- 1–9 hearts: No set bonus
- 10–15 hearts: Regen II (3s) + Absorption I (10s) on a 25s cooldown
- 16–20 hearts: Regen II (3s) + Absorption II (10s) on a 20s cooldown + permanent Speed I
-
Fireproof All heart tools, weapons, and armor are now immune to fire and lava damage
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:J4AP5XsP:ZFArxeAe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:J4AP5XsP:ZFArxeAe"
}

