-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.12.2, Minecraft 18w11a
-
None
-
Windows 8.1
-
Confirmed
The bug
When an area effect cloud is teleported, it looks to the client as if the cloud wasn't teleported, while it actually changed its position.
How to reproduce
- Enable F3+B
- Run
/summon minecraft:area_effect_cloud ~ ~ ~ {Duration:1000s}
- Go some blocks away
- Notice that there now is a white line where you stood (that's the area effect cloud)
- Run
/teleport @e[type=minecraft:area_effect_cloud] ~ ~ ~
- Notice that the white line did not move
- Close the world and re-enter it
- Notice that the white line now changed its position
Original description
I can't teleport an area_effect_cloud
Summon area_effect_cloud:
/summon minecraft:area_effect_cloud ~ ~ ~ {Duration:100s}
Try to teleport:
/tp @e[type=area_effect_cloud] ~ ~1 ~ /tp @e[type=area_effect_cloud] ^ ^ ^1 /tp @e[type=area_effect_cloud] @s
- duplicates
-
MC-44654 Some entities don't update position to the client when teleported
- Reopened