-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.20.62 Hotfix, 1.20.80.20 Preview
-
Community Consensus
-
Multiple
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.