-
Bug
-
Resolution: Invalid
-
None
-
24w45a
-
None
-
Unconfirmed
-
(Unassigned)
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}]