Smart Keep Inventory

Configure when keep inventory should be enabled

File Details

smart_keep_inventory-1.21.1-1.1.0-neoforge.jar

  • R
  • Jun 28, 2026
  • 69.31 KB
  • 14
  • 1.21.1
  • NeoForge

File Name

smart_keep_inventory-1.21.1-1.1.0-neoforge.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:smart-keep-inventory-1424832:8334362"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Smart Keep Inventory 1.1.0

  • Add option to invert logic for player and killer predicate. For example
// Suppose you want to invert this
{
  "killer": {
    "type": "#c:bosses"
  }
}
// Then wrap it like this. This now targets all mobs except bosses
{
  "killer": {
      "invert": true,
      "predicate": {
        "type": "#c:bosses"
      }
  }
}

For past versions see: https://github.com/Flemmli97/SmartKeepInventory/blob/1.21.1/Changelog.md