-
Bug
-
Resolution: Duplicate
-
None
-
1.21.4
-
None
-
Version: Java 1.21.4 Vanilla.
OS: Windows 11
-
Unconfirmed
-
(Unassigned)
When you ride a entity and apply a motion to it, and teleport it causes a desink which can get you stuck in unloading chunks.
How to replicate this issue:
Make a flat world and follow these steps.
- Place 2 repeating command blocks.
- Command 1:
execute as @e[type=sheep] at @s run data merge entity @s {Motion:[1d,0.0d,0d]}
- Command 2:
execute as @e[type=sheep] at @s run tp @s ~ ~ ~
- Spawn a sheep with spawn egg.
- run in chat: /ride @s mount @n[type=sheep]
- You will now ride the sheep to the edge of the world, the new chunks wont load, you get stuck in unloaded chunks and you cant dismount.
- To release yourself run in chat:
/ride @s dismount
- duplicates
-
MC-278398 The player's position is desynchronized while the player is riding a vehicle and the /data and /tp commands are used at the same time
- Open