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
.
Linked issues
is duplicated by 4
relates to 1
Attachments
Comments 21
It looks like the bug is fixed in 15w43a, but I cannot use that because on a server everything you do, you get kicked out of the server due to packet stuff. I'm waiting for a new release of the 15w43 snapshot, so I could use that.
You couldn't select 15w42a because it's outdated and no longer supported.
If that persists in 15w43a, please force a crash by pressing F3 + C for 10 seconds while in-game and attach the crash report (
[minecraft/crash-reports/crash-<DATE>-client.txt|http://hopper.minecraft.net/help/finding-minecraft-data-folder]
) to this ticket.