Details
-
Bug
-
Resolution: Unresolved
-
None
-
1.19.60.25 Preview, 1.19.60.22 Preview, 1.19.50.20 Preview, 1.19.40.23 Preview, 1.19.50.24 Preview, 1.19.50, 1.19.51
-
None
-
Confirmed
-
Windows
-
908002
Description
The bug
When using /execute anchored to change the anchoring context of a command, a positional offset is applied to local coordinates (the ones denoted by carets ^ ^ ^). This offset is also applied to relative coordinates (the ones denoted by tildes ~ ~ ~), which does not match behavior in Java Edition. Attached to this ticket is the same command in both editions.
Steps to reproduce
- Create a new world with the Upcoming Creator Features experiment enabled (or use an existing world).
- Place down a repeating command block, enable the Always Active setting, and enter the following command into it.
/execute as @p at @s anchored eyes run particle minecraft:basic_flame_particle ~ ~ ~3
→ Particle is positioned three blocks south and also at the player's eye height.