File Details
smart_keep_inventory-1.21.1-1.1.0-fabric.jar
- R
- Jun 28, 2026
- 69.45 KB
- 7
- 1.21.1
- Fabric
File Name
smart_keep_inventory-1.21.1-1.1.0-fabric.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
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