The particle component "minecraft:emitter_local_space" does not work.
How to reproduce:
Download official particle example pack: https://github.com/microsoft/minecraft-samples/tree/main/particles_examples_1.19
add pack to world
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
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.
I tried to do this as well and it didn't work. Hopes this gets fixed soon.