Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
4.3.16
Release
[Forge] 1.20.1-v4.3.162 years ago 1.43M
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Changes
Latest changes (See all)
- Merge pull request #46 from RuyaSavascisi/1.20.1 (9544afa)
- Update for tr_tr.json Turkish Localization (5b733fd)
- disable architectury injectables (2c63b8b)
- initialize proxy earlier (ee7cd2e)
- replace ExpectPlatform with regular proxy style classes - ExpectPlatform is failing to randomly get applied on build (8f8d683)
- set loom.mixin.useLegacyMixinAp to false in order to not generate mixin refmaps anymore (582236f)
- make mixin fail hard if it cannot be applied (2014923)
- include merge requests in logs (097d748)
- Merge pull request #35 from RuyaSavascisi/1.20.1 (6fde1e1)
- tr_tr.json Turkish Localization (59c9d51)
- remove overflowing bars from curseforge and modrinth incompatible mods (0491f26)
- 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)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| colorfulhearts-forge-1.20.1-4.3.16-sources.jar | Unknown | 57.76 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:LkhTyd10"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wQfMUdZT:LkhTyd10"
}

