Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
4.1.6
Release
[Fabric] 1.20.1-v4.1.62 years ago 17.2K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
Latest changes (See all)
- 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)
- replace unified-publishing with minotaur and curseforgegradle (51b9521)
- backport all features from 1.20.2+ - fixed Farmers Delight's Comfort effect compat - backported Undergarden's Virulence effect compat - backported AppleSkin compat (81f6633)
- move all code into a separate main class in order to avoid ClassNotFoundException when loading on dedicated servers (8fbc661)
- fix color wrapping (29c67fb)
- Fully implements #1 - Farmer's Delight calculates the position of the first heart row from the topmost y position which required a mixin to bypass and always render at the same spot (fb9b8ea)
- Add CurseMaven and Farmer's Delight (7249198)
- fire RenderGuiOverlayEvent.Post after rendering finishes - adds compatibility for mods that draw an overlay over hearts. First part to implement #1 (e7dd15a)
- Pass GuiGraphics to render function for mods to be able to hook into it - should fix #4 (5ffaff7)
- Some cleanup (8d0b752)
- Initial 1.20 changes - Decided to not switch to GuiGraphics for now as in the end it does the same thing (bae76d4)
- Widgets built too early storing null font (bfa3737)
- Initial commit (a5bf954)
Known incompatibilities
Any version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| colorfulhearts-fabric-1.20.1-4.1.6-sources.jar | Unknown | 52.9 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:xMnPakSN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wQfMUdZT:xMnPakSN"
}

