


This simple mod adds consumable tokens, which can be used to increase a player's max health, obtainable through looting, breaking spawners and archaeology. The mechanics of life tokens and their addition to loot tables can be configured in the life_tokens.json file located in the config directory/folder.
// Default configuration
{
"addLifeTokenBitsToSpawnerLoot": true,
"addLifeTokenBitsToDungeonLoot": true,
"addLifeTokenBitsToArchaeologyLoot": true,
"maxLife": 60,
"starterLife": 20,
"lifeIncrement": 1,
"resetOnDeath": false,
"lifeLostOnDeath": 0
}
if addLifeTokenBitsToSpawnerLoot is set to true, spawners will drop 1-3 Life Token Bits when broken,
addLifeTokenBitsToDungeonLoot and addLifeTokenBitsToArchaeologyLoot add Bits to dungeon chest and archaeology loot tables, respectively.
The modified chest loot tables are:
- abandoned mineshaft (minecart chests)
- simple dungeon chests (monster spawner box)
- buried treasure
- end city treasure
- desert pyramid chests
- jungle temple chests
- woodland mansion chests
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as life_tokens-1.0.1.jar — drop this file into the mods folder
- Download size: 32 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.