Mojira Archive
MCPE-178948

Particle Component "minecraft:emitter_local_space" not functioning

The particle component "minecraft:emitter_local_space" does not work.

How to reproduce:

  1. Download official particle example pack: https://github.com/microsoft/minecraft-samples/tree/main/particles_examples_1.19
  2. add pack to world
  3. Spawn particle minecraft:example_entity_sparkle_box attatched to yourself.

It uses the local space with position and rotation set to true.
"minecraft:emitter_local_space": {
                "position": true,
                "rotation": true
                // "velocity" also doesn't work
            },

Weather you use an execute with particle command or the .spawnParticle() method from the scripting API on a dimension or player object does not change the result.

The particle emitter is not attatched to the entity. It just exists at the position where it was spawned.

Cannot Reproduce

BaumV1nn1

2024-02-16, 10:31 PM

2024-03-26, 02:13 PM

2024-03-26, 02:13 PM

3

1

Community Consensus

Script-API

1.20.62 Hotfix, 1.20.80.20 Preview

-