Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
10.3.3
Release
[NeoForge] 1.21.1-v10.3.32 years ago 191
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Latest changes (See all)
- update dependencies to 1.21.1 (14b5fae)
- add back the support for farmer's delight comfort overlay (d46d04a)
- convert hex string to int on value change (897df58)
- use a common instance of color serializer and deserializer (ea7a3ab)
- fabric: update to night-config 3.8.0 (be76eed)
- improve config option for colors (34223e2)
- fix breaking config changes in neoforge (22333cc)
- fix armor bar not being moved correctly on fabric (c117f2c)
- reset sprite back to null if it is missing in config UI (5aecf80)
- run dev client window at 1280x720 (cc11f4d)
- replace ExpectPlatform with regular proxy style classes - ExpectPlatform is failing to randomly get applied on build (0d9fda3)
- fix config being overwritten on game start (b2f79ca)
- remove overflowing bars from curseforge and modrinth incompatible mods (806c2b5)
- allow OverlayHeart to have no absorption or health hearts (bf037df)
- add support for opaque flag from the API (3d109b0)
- add opaque flag to OverlayHeart (366e86e)
- go back to defaultBlendFunc after coloring a HeartDrawing (d8594b1)
- raise version constraints to 1.21+ (0901ec1)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| colorfulhearts-neoforge-1.21.1-10.3.3-sources.jar | Unknown | 95.67 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:XI6Vs4Vp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wQfMUdZT:XI6Vs4Vp"
}

