File Details
smart_keep_inventory-26.1.2-1.1.0-fabric.jar
- R
- Jun 28, 2026
- 66.57 KB
- 13
- 26.1.2
- Fabric
File Name
smart_keep_inventory-26.1.2-1.1.0-fabric.jar
Supported Versions
- 26.1.2
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/26.1/Changelog.md