Right before an XP orb is getting collected by a player, the orb's texture is turning gray.
Linked issues
is duplicated by 10
Attachments
Comments 17


Confirmed for 16w02a.

Still an issue in 16w03a

Still an issue in 16w04a
Confirmed for 16w05b

Please link to this comment in the description
The following is based on decompiled version of Minecraft 1.9 using MCP 9.24 beta. All method and class names are the names used in the decompiled version.
The reason for this is very likely that the net.minecraft.client.particle.EntityPickupFX.renderParticle(VertexBuffer, Entity, float, float, float, float, float, float)
method enables lighting since 1.9 (GlStateManager.enableLighting();
). If this is really the reason the fix for items needs to be reverted, see MC-97526.
Confirmed for 16w15a and 16w15b
Confirm for 1.9.3 pre-2
Confirmed for 1.9.4
Confirmed for 16w20a
Can confirm.