Can't spawn minecarts with rotation via chat or function but with a command block
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"}}
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\\\"}}\"}}"}
Linked Issues
testing discovered1
Created Issue:
Can't spawn minecarts with rotation via chat or function but with a command block
If I try to summon a minecart with rotation, it rotates back instantly if I execute the command in chat or in a function. But if I summon it with a commandblock, it works perfectly...
Example command to reproduce:
summon minecraft:chest_minecart 0 100 0 {NoGravity:1b,Invulnerable:1b,CustomDisplayTile:1b,DisplayOffset:16,Rotation:[180F,50F],OnGround:0b,DisplayState:{Name:"minecraft:cobblestone"}}PS: I'm trying to build a clock.
If I try to summon a minecart with rotation, it rotates back instantly if I execute the command in chat or in a function. But if I summon it with a commandblock, it works perfectly...
Example command to reproduce:
summon minecraft:chest_minecart0 100 0{NoGravity:1b,Invulnerable:1b,CustomDisplayTile:1b,DisplayOffset:16,Rotation:[180F,50F],OnGround:0b,DisplayState:{Name:"minecraft:cobblestone"}}PS: I'm trying to build a clock.
If I try to summon a minecart with rotation, it rotates back instantly if I execute the command in chat or in a function. 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"}}
If I try to summon a minecart with rotation, it rotates back instantly if I execute the command in chat or in a function. 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"}}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 clickEventsetblock ~ ~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\\\"}}\"}}"}
testing discovered
is duplicated by
is duplicated by
is duplicated by
Duplicate of MC-165488
Thank you for your report!
We're tracking this issue in MC-165488, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.
Thank you for your report!
We're tracking this issue in MC-165488, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Please stop making duplicates of MC-165488, consider this a warning
Can confirm, pretty weird.
Confirmed 1.15 pre-4
Affects 20w45a
Can confirm in 21w03a.
Can confirm in 21w06a.
Can confirm in 1.16.5 and 21w08b.
Can confirm in 21w13a.
Does not appear to affect 1.19-rc2
Still affects 1.19 for me
Can confirm still in 1.19, but not even the clickEvent sign works for me, the minecart instantly rotates back regardless of how it's summoned.