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

  • R
  • May 24, 2024
  • 116.92 KB
  • 691.1K
  • 1.20.1+1
  • Forge + 1

File Name

colorfulhearts-forge-1.20.1-4.1.6.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

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)