Related to MC-302703.
The Bug:
Due to the fix of MC-304095, interaction is now considered “damageable” passenger.
According to 1.19.4 changelog, interaction entity is:
A new type of entity that records attacks ("left clicks") and interactions ("right clicks").
Interaction records left clicks instead of being really damaged.
However, when triggering its left-click event by a custom jab attack or a default charged attack (separated bug: MC-304591), the interaction is dismounted like other damageable entities.
Steps to Reproduce:
/give @s stick[piercing_weapon={dismounts:true}]/summon pig ~ ~ ~ {NoAI:true,Passengers:[{id:"interaction",response:true}]}Turn on hitbox rendering (default key: F3+B) to make the interaction visible.
Hold the stick and left click the interaction.
/data get entity @n[type=pig] Passengers
Expected Behavior:
As interaction is not damageable, it should be consistent with other fixed instances of MC-302703.
Observed Behavior:
The interaction is dismounted (observed in step 5).
Comments 0
No comments.