Consumable component can't play animations correctly
Several animations used by consumable component are broken.
For example
The eat animation can't be played in first person.
/give @s minecraft:iron_sword[minecraft:consumable={animation:eat,sound:{sound_id:"none"},consume_seconds:100000,has_consume_paricles:false}]
and
The brush animation can't be played correctly in third person.
/give @s minecraft:iron_ingot[minecraft:consumable={animation:brush,sound:{sound_id:"none"},consume_seconds:100000,has_consume_paricles:false}]
and the drink animation is the same as eat animation
/give @s minecraft:iron_ingot[minecraft:consumable={animation:drink,sound:{sound_id:"none"},consume_seconds:100000,has_consume_paricles:false}]
AND the brush animation is even broken in first person when it's used on a brush.
/give @s minecraft:brush[minecraft:consumable={animation:brush,sound:{sound_id:"none"},consume_seconds:100000,has_consume_paricles:false}]
2024-11-09, 05:08 PM
2024-11-10, 07:29 PM
2024-11-10, 07:29 PM
0
0
-