Phantom wing particles do not account for scale attribute
The particles on the ends of the phantom's wings do not change their position relative to the phantom's scale attribute changing.
Steps to Reproduce:
- Summon a phantom
- Either set time to night, or give it fire resistence (for observation)
/time set night
/effect give @e[type=phantom,limit=1] minecraft:fire_resistance infinite 1 true - Modify the phantom's scale
/attribute @e[type=phantom,limit=1] minecraft:generic.scale base set 0.25
Observed & Expected Results:
- The particles will be seperated from the phantom's wings, appearing off on their own.
- The particles would render in the correct position at the end of the phantom's wings when it's attribute scale is normal (1).