Details
-
Bug
-
Resolution: Unresolved
-
None
-
20w08a, 20w17a, 1.16 Pre-release 3, 1.16 Release Candidate 1, 1.16, 1.16.1, 20w27a, 20w28a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Release Candidate 1, 1.16.2 Release Candidate 2, 1.16.2, 1.16.3 Release Candidate 1, 1.16.3, 1.16.4 Pre-release 1, 1.16.4 Pre-release 2, 1.16.4 Release Candidate 1, 1.16.4, 20w46a, 20w48a, 20w51a, 21w03a, 1.16.5, 21w05a, 21w05b, 21w06a, 21w07a, 21w11a, 21w18a, 1.17 Pre-release 2, 1.17, 22w15a, 22w18a, 1.19, 1.19.3, 23w05a
-
Confirmed
-
Particles
-
Low
Description
The bug
When a thrown eye of ender breaks instead of dropping the item, the particles are not centered on the entity, but instead appear in the middle of the block position.
How to reproduce
- Throw multiple eye of enders, possibly close to a mountain so you can see the block positions
- If one breaks observe where the breaking particles appear
→They appear centered on the block position instead of centered on the entity
Example
Here is an example in video: Eye of ender breaking particles.mp4
Code analysis
20w08a, Mojang names
A level event (LevelAccessor.levelEvent(int, BlockPos, int)) (ID 2003) is used for the particles which only supports block positions.