Body Health
ModLife in every part of the body.
Type
Mod
Modrinth Downloads
41
Modrinth ID
REzZKlGz
Last Updated
Jun 6, 2026
Description
๐ซ Body Health System
NeoForge 1.21.1 ยท v12.0.3
Tired of a single health bar? Body Health System replaces Minecraft's vanilla health with a full localized injury system โ every part of your body can be wounded, fractured, or destroyed independently.
โ๏ธ How it works
Each attack targets a specific body part based on impact height and trajectory. An arrow to the head deals 1.5ร damage and counts against head HP โ not a shared pool. Every part has its own hearts, its own fracture state, and its own consequences.
Stat Value Body parts 6 Fracture states 4 Medical items 3 Version 12.0.3๐ฆด Fracture system
Parts move through four states:
Healthy โ Sprained โ Broken โ Shattered
Each state brings real consequences. Broken legs slow you down, a shattered torso is immediately lethal. Fractures heal naturally over time or faster with the right items.
โก Consequences per part
Part Effect when damaged Head Nausea (vision trouble) Torso Death at 0 HP Right arm Cannot break or place blocks Left arm Drops offhand item when destroyed Legs Slowness โ worse as fracture progressesAll debuffs are silent โ no visible effect icons, only action bar messages so your HUD stays clean.
๐ Medical items
๐ฉน Bandage
Craft: White Wool + String (ร4)
Heals the most injured part and improves its fracture state by one level. Works on Sprained and Broken โ not on Shattered.
๐ฅ Medical Kit
Craft: Bandages + Chest + Gold Ingots
Heals all parts and can fix even Shattered bones. The only way to recover from a destroyed limb.
๐ Morphine Syringe
Craft: Glass + Blaze Powder + Iron Ingot (ร2)
Suppresses all pain effects for 30 seconds. Use sparingly โ overdose triggers after 3 doses and causes blindness, nausea and poison.
โค๏ธ Absorption hearts
Golden apples and Enchanted golden apples grant yellow absorption hearts on the most injured part. The Totem of Undying grants 2 extra hearts on the torso when it activates. Absorption is consumed before HP when that part takes damage.
๐ก๏ธ Enchantment support
Since the vanilla health bar is hidden and health is managed separately, all protection enchantments are applied manually per hit:
- Protection โ 4% reduction per level (all damage)
- Fire Protection โ 8% per level (fire/lava)
- Blast Protection โ 8% per level (explosions)
- Projectile Protection โ 8% per level (arrows)
- Feather Falling โ 12% per level on legs only
- Slow Falling (potion) โ cancels all fall damage on legs
- Resistance (potion) โ 20% per level, level 5 = immunity
๐ฅ๏ธ HUD
A custom pixel-art panel in the bottom-right corner displays:
- Your character assembled from 6 individual sprites, each colored independently:
- ๐ข Green = healthy (>65%)
- ๐ Orange = injured (35โ65%)
- ๐ด Red = critical (1โ34%)
- โซ Black = destroyed (0%)
- Each part's hearts next to its label
- Fracture icons next to the hearts when applicable
- Yellow absorption hearts shown in surplus after the red hearts
๐งฐ Admin commands
/bodyhealth heal <player> [part] โ Heals a part or all parts /bodyhealth set <player> <part> <hp> โ Sets HP directly /bodyhealth setmax <player> <part> <hp> โ Sets max HP /bodyhealth addhearts <player> <n> โ Adds n hearts everywhere /bodyhealth fracture <player> <part> <state> โ Sets fracture state /bodyhealth status <player> โ Shows full health status /bodyhealth reset <player> โ Resets to default๐จโ๐ป Developer API
Full Java API available via BodyHealthAPI:
// Read float hp = BodyHealthAPI.getHealth(player, BodyPart.HEAD); boolean dead = BodyHealthAPI.isDead(player, BodyPart.TORSO); FractureState fr = BodyHealthAPI.getFracture(player, BodyPart.LEG_LEFT); // Write BodyHealthAPI.heal(player, BodyPart.HEAD, 4f); BodyHealthAPI.damage(player, BodyPart.TORSO, 2f); BodyHealthAPI.fullHeal(player); BodyHealthAPI.addMaxHealthAll(player, 4f); // +2 hearts everywhere BodyHealthAPI.setFracture(player, BodyPart.ARM_RIGHT, FractureState.BROKEN);A MCreator plugin is also available with 13 visual procedure blocks โ no Java required.
โ Compatibility
- Works with any mod using standard NeoForge damage events
- Food from third-party mods heals via FoodProperties automatically
- The Totem of Undying is fully supported
- Requires: NeoForge 21.1.172+ ยท Minecraft 1.21.1
Compatibility
Mod Loaders
Game Versions
Similar Mods
HideTooltip
Mod hides item tooltips by default, showing them only when you actually need to see them.
GanKura
A Hypixel Skyblock Mod focused on Area Mini-bosses.
Better Furnaces: Saplings
Better Furnaces: Saplings is a data pack that allows you to smelt saplings [1.16.x - 26.1.x]
ConfigLib TXF
A powerful & lightweight config library for Minecraft mods
MasuTab
A premium replacement for the vanilla player list on Wolds Nexus SMP, with search, per-server tabs, collapsible groups,...
Expanded Craftability
A minecraft mod that aims to solely add recipes for uncraftable items.