The bug
When a lingering potion bursts it creates white potion particles.
The reason
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 why this happens is because the method net.minecraft.entity.EntityAreaEffectCloud.onUpdate()
is supposed to use randomly white as color for the first ticks after creation. So this might be intended but an official statement from a developer is appreciated.
Linked issues
is duplicated by 2
Attachments
Comments 19
Dupe of MC-88006 ?
I thought that as well but @unknown commented that it is the bottle and I can only see the bottle on the screenshot, so I thought that that report was invalid
This is a duplicate of ... hm, cannot find it.