promotional bannermobile promotional banner

Lifefruits Craft

Adds Life Fruits that permanently increase max health, craftable Lifefruit and Starfruit potions, and a new ore — inspired by Terraria's Life Fruit.

File Details

LifefruitsCraft-1.12.2-1.0.2.jar

  • R
  • May 24, 2026
  • 32.89 KB
  • 11
  • 1.12.2
  • Forge

File Name

LifefruitsCraft-1.12.2-1.0.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:lifefruits-craft-1550755:8136949")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.0.2] - 2026-05-23
- Fixed Life Fruit not increasing max health: Class.forName used wrong package name
  "scalinghealth.util.SHPlayerDataHandler" instead of "scalinghealth.utils.SHPlayerDataHandler"
  (missing trailing 's'). Class.forName threw ClassNotFoundException silently caught,
  causing incrementMaxHealth to always return false and show the ScalingHealth error message.