Armor of Vitality Mod
Increase your max health based on the armor you wear! Each armor set provides extra hearts, with full compatibility for the following mods:
Armor sets like leather, iron, diamond, and custom armors gain extra hearts according to their tier.
Key Features:
- Dynamic health boost based on armor sets.
- Supports modded armors from DragonLoot, EmeraldEquipment, and AmethystEquipment.
- Fully customizable through the JSON file, where you can adjust the balance of each armor set.
- Requires both client and server installation: To ensure full functionality and synchronization between player attributes, this mod must be installed on both the client and the server.
JSON Configuration Example:
You can adjust the health boost for each armor part directly in the mod's JSON configuration file located in the config folder. Here's an example:
Every 2 points equals 1 heart in-game, I'll leave the math to you. I’ve tried to balance it as best as I could! :)
{
"leather_head": 1,
"leather_chest": 1,
"leather_legs": 1,
"leather_feet": 1,
"chainmail_head": 1,
"chainmail_chest": 2,
"chainmail_legs": 1,
"chainmail_feet": 1,
"iron_head": 1.5,
"iron_chest": 2.5,
"iron_legs": 1.5,
"iron_feet": 1.5,
"gold_head": 1,
"gold_chest": 2,
"gold_legs": 1.5,
"gold_feet": 1.5,
"emerald_head": 2,
"emerald_chest": 2.5,
"emerald_legs": 2,
"emerald_feet": 1.5,
"amethyst_head": 2,
"amethyst_chest": 2.5,
"amethyst_legs": 2,
"amethyst_feet": 1.5,
"diamond_head": 2.5,
"diamond_chest": 4,
"diamond_legs": 2.5,
"diamond_feet": 2,
"netherite_head": 3,
"netherite_chest": 5,
"netherite_legs": 3,
"netherite_feet": 3,
"dragon_head": 4.5,
"dragon_chest": 8,
"dragon_legs": 4.5,
"dragon_feet": 3.5
}
You can modify these values to adjust the health boost of each armor type and part.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Fabric
Supported environments
Creators
Details
Licensed MIT
Published last month
Updated last month