/
A dynamic health scaling mod/plugin for Minecraft 1.21.11, supporting both Paper and Fabric.
GrowHealth-1.0.0-Paper.jar.plugins/ directory.GrowHealth-1.0.0-Fabric.jar.mods/ directory.plugins/GrowHealth/config.yml)starting-hearts: 1.0
levels-per-interval: 5
hearts-per-interval: 1.0
config/growhealth.properties)starting-hearts=1.0
levels-per-interval=5
hearts-per-interval=1.0
This project uses a multi-project Gradle build.
# Build both versions
./gradlew build
# Build specific platform
./gradlew :paper:build
./gradlew :fabric:build
The output JARs will be in paper/build/libs/ and fabric/build/libs/.

GrowHealth is a dynamic health scaling mod for Paper and Fabric that starts players with a single heart. It automatically rewards player progression by granting configurable health boosts as you increase your experience level.