• 16,482 views, 17 today
  • 632 downloads, 1 today
  • 67
  • 56
  • 8
Captain_JEK's Avatar Captain_JEK
Level 87 : Elite Deity
2,230
Hello,

this is a stagecoach inspired by the wild west stagecoaches. I made a normal version with some luggage on the roof and for those who still feel the need to conquer the endless plains a battle stagecoach with an alien plasma cannon on top. The first two horses wear iron armor to protect them from thorny bushes since they are the horses that have to clear the way for the second two horses and the coach.

The horses are real Minecraft horses I summoned without their artifical intelligence (AI) which makes them stay in place and do nothing but eat from time to time.
The command I used for this is:

/summon minecraft:horse ~ ~ ~ {NoAI:true,Rotation:[270f,0f],Variant:3,Tame:true}


The first part "/summon minecraft:horse" is the main command with the entity I want to summon (a horse).

The "~ ~ ~" is the location where the horse gets summoned, in this case right where the command is executed (me, the player). I actually summoned the horses on set coordinates, so that they all stand equally distant to each other.

Everything in curly brackets is the NBT-data (Named Binary Tags). It defines certain aspects of the entity that gets summoned.
"NoAI:true" says that the horse is summoned without its AI.

I had to summon the horses looking away from the coach, so I had to summon them turned by 90 degrees. That's what the "Rotation:[270f,0f]" does. Without rotation they look to the south.

"Variant:3" defines the horse's appearance as a plain brown horse. This way I achieved the horses to look all the same.

Finally, I summoned the horses with a "Tame:true" tag which makes them getting summoned already tamed which allowed me to equip them with saddles and armor.

At very last I connected leads to each horse and a fence atop the coach. Leads have a maximum span distance, that's why there only are four horses.

If you are interested in more wild west stuff I also made a Wild West Train.


Enjoy!
Progress100% complete
Tags

Create an account or sign in to comment.

2
03/17/2019 1:31 pm
Level 6 : Apprentice Blacksmith
Hoshi or Akira
Hoshi or Akira's Avatar
I've been lookin' 'round for some western themed builds, looks like I found it, :D
1
03/17/2019 2:18 pm
Level 87 : Elite Deity
Captain_JEK
Captain_JEK's Avatar
Yep ^^
3
03/09/2019 2:09 pm
Level 82 : Elite Fox
CraftyFoxe
CraftyFoxe's Avatar
This is truly amazing!
1
03/09/2019 2:36 pm
Level 87 : Elite Deity
Captain_JEK
Captain_JEK's Avatar
Thank you very much :D
2
03/09/2019 12:27 pm
Level 1 : New Explorer
HoneycombGirl
HoneycombGirl's Avatar
Looks nice. Screenshot of inside?
2
03/09/2019 12:40 pm
Level 87 : Elite Deity
Captain_JEK
Captain_JEK's Avatar
You could use the PMCVIEW3D thing (over the gallery, next to GALLERY) to look inside the coach, but there only are two seats inside, so nothing special.
2
03/09/2019 6:31 am
Level 40 : Master Pig
OneCord
OneCord's Avatar
It is beautiful!
1
03/09/2019 10:26 am
Level 87 : Elite Deity
Captain_JEK
Captain_JEK's Avatar
Thank you ^^
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome