mojira.dev
MC-188003

Particles of entity not affected by entity distance

The bug

When an entity emits particles (death, explosion...) the particles don't care about the entity distance limit.

How to reproduce

  1. Set the entity distance limit to 50% and chunk render as low as possible (min 4 because of fog)

  2. Use /kill @e[type=!player]
    → ❌ Then particles of entities far enough to be hidden are rendered

Attachments

Comments 1

The entity distance depends on the render distance, but not for the entity particles.
With an entity distance of 50 % and a render distance of 32 chunks, the distance for entities and particles entity is the same (5 chunks)
And with a lower render distance,
→ ✔ the distance for entities is lower
→ ❌ the distance for particles stay the same (as having 32 chunks and 50 %)

Jiogo18

(Unassigned)

Confirmed

Platform

Low

Entities, Particles, Rendering

rendering

1.16 Pre-release 2, 1.16.4, 1.17.1, 1.19.1 Pre-release 1, 1.19.1, 1.19.2, 1.20.2

Retrieved