Keep Inventory Plus
ModMIT

Keep Inventory Plus

Configurable keep inventory on death. No more losing your items! Toggle keepInventory and keepXP independently.

11
Downloads
0
Followers
2 months ago
Updated
📦
12
Versions

📖About Keep Inventory Plus

Keep Inventory Plus

A simple Fabric mod that lets you keep your inventory on death without needing to use the keepInventory gamerule.

Features

  • 🎒 Keep your inventory on death
  • ✨ Keep your XP on death (configurable separately)
  • 🔧 Simple JSON config file
  • 🎮 Works in singleplayer and multiplayer
  • ⚡ Lightweight — no performance impact

Configuration

Edit config/keepinventoryplus.json:

{
  "enabled": true,
  "keepInventory": true,
  "keepXp": true
}

Why not just use /gamerule keepInventory?

This mod gives you more control:

  • Toggle inventory and XP keeping independently
  • No cheats required — works without enabling cheats
  • Simple config file instead of commands

Requirements

  • Minecraft 1.21.x
  • Fabric Loader 0.16+
  • Fabric API