17
Hi! Here is another of my blogs. In this blog I am going to do a tutorial of how to make mobs riding on other mobs without programs!
1) write in the chat "/give [name of your MC player] 137 " to get the command block.
2) In the command block wirte this command: "/summon [mob] ~5 ~ ~ {Riding:{id:[mob]}}
3) Power it with redstone
4) Enjoy your mob riding a mob!
1) write in the chat "/give [name of your MC player] 137 " to get the command block.
2) In the command block wirte this command: "/summon [mob] ~5 ~ ~ {Riding:{id:[mob]}}
3) Power it with redstone
4) Enjoy your mob riding a mob!
Tags |
1 Update Logs
Screenshot : by JoelCohen 11/08/2013 6:32:11 pmNov 8th, 2013
Added screenshot
tools/tracking
2571960
6
how-to-make-mobs-riding-on-other-mobs-without-programs
Create an account or sign in to comment.
/summon Cow ~5 ~ ~ {Passengers:[{id:"Sheep"}]}
Here it is, spread out:
/summon Cow ~5 ~ ~ ~ { Passengers: [ { id: "Sheep" } ] }
Since it is hard to see, let's break it down:
/summon = bring it to you
Cow = which mob to bring to you
~5 ~ ~ = x y z location to which it should come - in this case, five blocks +x to your location
{Passengers: [ ] } = the replacement for the prior Riding command
within the [ ] is the name of the mob you want:
{id:"Sheep"}
And close it all off again with a brace:
}
If you prefer, get a command block as in the original post, and put this command into it.
This one is hilarious:
/summon Bat ~ ~5 ~ {Passengers:[{id:"Cow"}]}
Good luck milking THAT cow.
/summon Sheep ~ ~ ~ {CustomName:jeb_,Riding:{id:Sheep,CustomName:jeb_,Riding:{id:Sheep,CustomName:jeb_,Riding:{id:Sheep,CustomName:jeb_,Riding:{id:Sheep,CustomName:jeb_,Riding:{id:Sheep,CustomName:jeb_,Riding:{id:Sheep,CustomName:jeb_}}}}}}}
Does it work on any verision