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
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.
Can confirm.