Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published last year
Updated 2 weeks ago
Changelog
Additons
- Added new predicate: pommel:item_use.
- Starts from value 0 when player starts to use/consume an item and ends at value 1 when player finishes using the item.
- apple.json eating food example:
{ "parent": "minecraft:item/generated", "textures": { "layer0": "minecraft:item/apple" }, "overrides": [ { "predicate": { "pommel:item_use": 0.25 }, "model": "minecraft:item/apple_eat_0" }, { "predicate": { "pommel:item_use": 0.50 }, "model": "minecraft:item/apple_eat_1" }, { "predicate": { "pommel:item_use": 0.75 }, "model": "minecraft:item/apple_eat_2" } ] }
- The time it takes to go from 0 to 1 is based on the item's use ticks.
Files
Metadata
Release channel
ReleaseVersion number
1.3.0+1.21.xLoaders
Game versions
1.21–1.21.1Downloads
738Publication date
August 30, 2025 at 7:14 AMPublisher

TimmyChips
Member