promotional bannermobile promotional banner

Life Heart Upgrade

A Terraria-inspired RPG health progression system that allows players to break the default 20 HP limit through mining and crafting.

File Details

lifeheartupgrade-1.1.0.jar

  • R
  • Feb 9, 2026
  • 46.85 KB
  • 22
  • 1.20.1
  • Forge

File Name

heartupgrade-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:life-heart-upgrade-1458419:7601127")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Heart Upgrade RPG - Update v1.1.0

✨ New Feature: HUD Style Selection!

Based on player feedback, we've added a new configuration option to choose your preferred health bar style.

  • Added Config Option: enableRpgHealthBar in heartupgrade-common.toml
    • True (Default): Uses the new RPG Style (Single row with color stacking and numeric counter).
    • False: Uses the Classic Style (Multiple rows of red hearts stacking up the screen).

🛠️ Changes

  • Updated the config file structure to include the new HUD setting.
  • Optimized rendering logic for better performance.

📝 How to Change HUD Style

Method 1: The Easy Way (Recommended) 🛠️

We highly recommend installing Configured and Catalogue mods by MrCrayfish to edit configs directly in-game!

  1. Open the Mods menu in the main menu.
  2. Search for Life Heart Upgrade RPG or scrolling down look for Life Heart Upgrade RPG and click to look info.
  3. Click the Config button.
  4. Toggle enableRpgHealthBar to False (for Classic Style).
  5. Save and you're done! No restart required.

Method 2: The Manual Way 📂

If you don't want to install extra mods:

  1. Close the game.
  2. Go to your .yourworldname/config folder.
  3. Open heartupgrade-common.toml with any text editor (like Notepad).
  4. Change enableRpgHealthBar = true to false.
  5. Save the file and start the game.