
Pommel - Held Item Models
Fabric mod that allows resource pack creators to overwrite the models for held items just like the spyglass and trident
[1.20.1] Pommel - Held Item Models 1.3.0+1.20.1
Release30 августа 2025 г.
Список изменений
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.
Fixes
- Fixed an issue where it would output to the console/log every time you used an item. Uhhh.. oops.
Файлы
pommel-held-items-1.3.0+1.20.1.jar(41.81 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.3.0+1.20.1
Загрузчики
fabric
Версии игры
1.20.1
Загрузок
295
Дата публикации
August 30, 2025 at 7:17 AM
Загрузил
TimmyChips