Details
-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 1.14.4, 19w46a, 1.15 Pre-release 4, 20w45a, 21w03a, 1.16.5, 21w08b, 21w13a
-
Fix Version/s: None
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:Commands, Minecart
-
Mojang Priority:Low
Description
If I try to summon a minecart with rotation, it rotates back instantly if I execute the command in chat, in a function or using a sign with clickEvent. But if I summon it with a commandblock, it works perfectly...
Example command to reproduce:
summon minecraft:chest_minecart ~5 ~ ~ {NoGravity:1b,Invulnerable:1b,CustomDisplayTile:1b,DisplayOffset:16,Rotation:[180F,50F],OnGround:0b,DisplayState:{Name:"minecraft:cobblestone"}}
Sign with clickEvent
setblock ~ ~1 ~ oak_sign{Text1:"{\"text\":\"Click\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"summon minecraft:chest_minecart ~5 ~ ~ {NoGravity:1b,Invulnerable:1b,CustomDisplayTile:1b,DisplayOffset:16,Rotation:[180F,50F],OnGround:0b,DisplayState:{Name:\\\"minecraft:cobblestone\\\"}}\"}}"}
Attachments
Issue Links
- testing discovered
-
MC-201166 A summoned minecart can stay visually tilted
- Open