
Crystal_haerts
Crystal Heart is a magical Minecraft mod that introduces a powerful crystal heart item that absorbs energy when players defeat mobs or other players. The stored energy can then be used to activate special abilities and potion effects, adding a new combat
1.0.0
Compatibility
Changes
Crystal Heart is a magical progression mod that introduces powerful crystal hearts into Minecraft. By defeating mobs and players, the heart absorbs energy and stores it inside the player. This energy can later be released to activate special abilities, turning the heart into a valuable artifact during exploration and combat.
The mod adds two types of crystal hearts:
- Charging Crystal Heart
This heart absorbs energy whenever the player defeats enemies. Each kill increases the stored power, encouraging combat and survival gameplay.
- Active Crystal Heart
When activated, the stored energy is consumed to grant temporary buffs that help the player in dangerous situations. The heart can provide:
Regeneration – slowly restores health
Speed – increases movement speed
Resistance – reduces damage taken
The more energy you collect, the more you can rely on the heart during boss fights, caves, and night exploration. Crystal Heart transforms combat into a reward system where every battle makes the player stronger.
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:neG4qCe1:2xtkdEOw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:neG4qCe1:2xtkdEOw"
}
