mojira.dev
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.

Attachments

Comments 4

I tried to do this as well and it didn't work. Hopes this gets fixed soon.

Can confirm. Reproduced this on 1.20.80.20.

This can easily be reproduced by running a repeating command block using the following command: 

/execute at @p run particle minecraft:example_entity_sparkle_box ~~~

Resolving temporarily as Awaiting Response. Have you tried attaching the particle inside an entity's .json as described in the Creator Documentation? If the issue still occurs when the particle is correctly referenced by the entity's .json file, please attach your add-on to your report.
This ticket will reopen automatically when you reply.

Thanks for pointing this out @[MCQA] v-weszaj, I can confirm this works indeed when done correctly.

 

A complete example pack for this process on the official github page or in the Documentation would be very helpful tho.

BaumV1nn1

(Unassigned)

Community Consensus

Multiple

Windows 10, Android 13

Script-API

1.20.62 Hotfix, 1.20.80.20 Preview

Retrieved