Colorful Hearts

A client side mod that replaces multiple vanilla heart rows with a single row using colored hearts

File Details

[Forge] 1.20.1-v4.3.13

  • R
  • Jul 4, 2024
  • 121.64 KB
  • 1.3M
  • 1.20.1+1
  • Forge + 1

File Name

colorfulhearts-forge-1.20.1-4.3.13.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:colorful-hearts-854213:5501584")

NeoForge

implementation fg.deobf("curse.maven:colorful-hearts-854213:5501584")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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)