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.1.4

  • R
  • May 22, 2024
  • 118.74 KB
  • 8.4K
  • 1.20.1+1
  • Forge + 1

File Name

colorfulhearts-forge-1.20.1-4.1.4.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

Latest changes (See all)

  • 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)