Summoning an item in 1.9 with motion
//ads -- adsterra.com -- native banner
?>
When I put
/summon Item ~ ~2 ~ {Item:{id:"minecraft:diamond",Count:1b,Motion:[0.0,0.8,0.0]}}
in a command block, it summons the diamond with Count:1b but it doesn't follow the Motion Tag. Does anyone know how to get the Motion Tag working?
Best Answer
/summon Item ~ ~2 ~ {Motion:[0.0,0.8,0.0],Item:{id:"minecraft:diamond",Count:1b,}}
That should work. You were using it in Item tag, but it should be on the entity itself.
Pictures about "Summoning an item in 1.9 with motion"



How do you summon entity with motion?
The command for summoning is pretty simple. "/summon mob". Players just need to fill in the mob name, though there are a few exceptions. The command remains the same for both Minecraft Java and Bedrock Edition, and is one of the simplest to use.LAUNCH ENTITIES - Set Motion NBT From Rotation! || Minecraft Commands
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Andrea Piacquadio, Uriel Mont, Everton Nobrega, Laura James
