Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
4.3.13
Release
[Forge] 1.20.1-v4.3.132 years ago 24K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Changes
Latest changes (See all)
- only remove "* bump" version commits from changelog (98b56f3)
- add support for ethereal hearts from Eidolon:Repraised (485fcf5)
- fix config being overwritten on game start (aa0eacb)
- fix crash when adding color using ingame gui (cd8a8cc)
- enable support for eidolon chilled hearts (51b6dff)
- allow OverlayHeart to have no absorption or health hearts (2d0b30a)
- add support for opaque flag from the API (1ea9c6c)
- enable/disable blend for colored hearts (c4a0c55)
- add opaque flag to OverlayHeart (ab62796)
- go back to defaultBlendFunc after coloring a HeartDrawing (3899edd)
- add fabric-loom-remap flag to fabric api (6a6f889)
- change into default method, so it does not have to be implemented on the entrypoint (b48b6a0)
- make overlay hearts an actual overlay (ef8ae28)
- version bump (3a8fdf1)
- move api to its own submodule (602166c)
- initial work on support for chilled hearts from Eidolon:Repraised on Forge. - Need some solution for ethereal hearts. They act basically as normal health but have their own icon. Maybe just render them above regular health (but below absorption) or on top of existing health but colored in some way (10a0a64)
- add support for overflowing bars' row counter #20 (ae6a52c)
- use a static instance of ResourceLocation instead of creating one on each render call (5beb582)
- make undergarden a runtime only dependency (c211b06)
- add raised to dependencies (3bb4f55)
Known incompatibilities
Any version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| colorfulhearts-forge-1.20.1-4.3.13-sources.jar | Unknown | 57.74 KiB |
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:wQfMUdZT:ApSDOOeG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wQfMUdZT:ApSDOOeG"
}

