promotional bannermobile promotional banner

Smart Keep Inventory

Configure when keep inventory should be enabled
Back to Files

smart_keep_inventory-1.21.1-1.1.0-fabric.jar

File namesmart_keep_inventory-1.21.1-1.1.0-fabric.jar
Uploader
flemmli97flemmli97
Uploaded
Jun 28, 2026
Downloads
25
Size
69.5 KB
Mod Loaders
Fabric
File ID
8334363
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:smart-keep-inventory-1424832:8334363"

Learn more about Curse Maven

What's new

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

This mod has no additional files