Observed Results: Particle appears, but errors fill the content log, as described above.
Expected Results: No errors.
Note: I was able to get rid of the `[Molang][error]-Error: accessing a variable that doesn't exist: variable.direction.x` by changing the above line the the folllowing:
Still affects BDS 1.20.13.01.
Steps to Reproduce:
1. Run script-api command: `
dimension.spawnParticle("minecraft:enchanting_table_particle", newLocation)
` as documented in https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/dimension#spawnparticleObserved Results:
Particle appears, but errors fill the content log, as described above.
Expected Results:
No errors.
Note: I was able to get rid of the `
[Molang][error]-Error: accessing a variable that doesn't exist: variable.direction.x
` by changing the above line the the folllowing:But I can't seem to find a way to satisfy the error `
[Molang][error]-Error: unhandled request for unknown variable `.x`
`