Mojira Archive
MC-91119

Glowing Effect Bug flashing on Multiplayer

I was using the glowing effect, and it just flashes even at 9999 seconds, and sometimes far like 50+ blocks away you cannot see the outline. I have attached images, its hard to see because there sometimes on and off.

THIS HAPPENED IN SNAPSHOT 15W42A

  • I couldn't select the snapshot for affected version because it said "does not exist".

Code analysis

Based on 1.11 decompiled using MCP 9.35 rc1

The problem is that the attribut net.minecraft.entity.Entity.glowing is not set to true when a player has the glowing effect (net.minecraft.entity.EntityLivingBase.onUpdate()) only the flag 6 is set. The method net.minecraft.entity.Entity.onUpdate() then sets the flag 6 back to false because glowing is false.