Minecraft Blogs / Article

How to summon any color Sheep in Minecraft

  • 71,466 views, 16 today
  • 15
  • 10
  • 5
Capt_JOnes's Avatar Capt_JOnes
Level 70 : Legendary Batman
37
Sheep can be died 16 different colors. You can do this in game with die, or you could summon them with commands.


Now some of these commands you are going to need a command block. Now if you don’t know what this is look it up.


But to get a command block all you need to do is: /give @p minecraft:command_block 1


Just copy and paste that into chat and hit enter.


Now you have a command block copy and paste the commands listed to get the sheep you want.


 


How to summon a Sheep


Now to summon the basic sheep you run this command.


Summon Sheep: /summon Sheep ~0 ~1 ~0


The first part tells the game what you want to do. The second word “Sheep” tells the game what mob you want to spawn. The last part “~0 ~1 ~0” tells the game were you want to spawn the mob. So “ ~” means relative to the spot of where the command was given. The three numbers given are the X Y and Z coordinates.  You can remove the “~” and put in coordinates that will make the mob spawn using the world coordinates. Just make sure to have spaces in between the different numbers, but only one space if you have more than one space it will mess up the command.


 






How to summon a Colored Sheep


Summon White Sheep: /summon Sheep ~0 ~1 ~0 {Color:0}




Summon Orange Sheep: /summon Sheep ~0 ~1 ~0 {Color:1}




Summon Magenta Sheep: /summon Sheep ~0 ~1 ~0 {Color:2}




Summon Light Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:3}




Summon Yellow Sheep: /summon Sheep ~0 ~1 ~0 {Color:4}




Summon Lime Sheep: /summon Sheep ~0 ~1 ~0 {Color:5}




Summon Pink Sheep: /summon Sheep ~0 ~1 ~0 {Color:6}




Summon Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:7}




Summon Light Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:8}




Summon Cyan Sheep: /summon Sheep ~0 ~1 ~0 {Color:9}




Summon Purple Sheep: /summon Sheep ~0 ~1 ~0 {Color:10}




Summon Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:11}




Summon Brown Sheep: /summon Sheep ~0 ~1 ~0 {Color:12}




Summon Green Sheep: /summon Sheep ~0 ~1 ~0 {Color:13}




Summon Red Sheep: /summon Sheep ~0 ~1 ~0 {Color:14}




Summon Black Sheep: /summon Sheep ~0 ~1 ~0 {Color:15}


 






How to summon a colored Sheared Sheep


 


Summon White Sheep: /summon Sheep ~0 ~1 ~0 {Color:0, Sheared:1}




Summon Orange Sheep: /summon Sheep ~0 ~1 ~0 {Color:1, Sheared:1}




Summon Magenta Sheep: /summon Sheep ~0 ~1 ~0 {Color:2, Sheared:1}




Summon Light Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:3, Sheared:1}




Summon Yellow Sheep: /summon Sheep ~0 ~1 ~0 {Color:4, Sheared:1}




Summon Lime Sheep: /summon Sheep ~0 ~1 ~0 {Color:5, Sheared:1}




Summon Pink Sheep: /summon Sheep ~0 ~1 ~0 {Color:6, Sheared:1}




Summon Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:7, Sheared:1}




Summon Light Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:8, Sheared:1}




Summon Cyan Sheep: /summon Sheep ~0 ~1 ~0 {Color:9, Sheared:1}




Summon Purple Sheep: /summon Sheep ~0 ~1 ~0 {Color:10, Sheared:1}




Summon Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:11, Sheared:1}




Summon Brown Sheep: /summon Sheep ~0 ~1 ~0 {Color:12, Sheared:1}




Summon Green Sheep: /summon Sheep ~0 ~1 ~0 {Color:13, Sheared:1}




Summon Red Sheep: /summon Sheep ~0 ~1 ~0 {Color:14, Sheared:1}




Summon Black Sheep: /summon Sheep ~0 ~1 ~0 {Color:15, Sheared:1}        


 


If for those in need to spawn in a pre-colored sheep that was sheared.


 






Pre-Colored Baby Sheep


 


Summon White Sheep: /summon Sheep ~0 ~1 ~0 {Color:0,Age:-1000000000}




Summon Orange Sheep: /summon Sheep ~0 ~1 ~0 {Color:1,Age:-1000000000}




Summon Magenta Sheep: /summon Sheep ~0 ~1 ~0 {Color:2,Age:-1000000000}




Summon Light Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:3,Age:-1000000000}




Summon Yellow Sheep: /summon Sheep ~0 ~1 ~0 {Color:4,Age:-1000000000}




Summon Lime Sheep: /summon Sheep ~0 ~1 ~0 {Color:5,Age:-1000000000}




Summon Pink Sheep: /summon Sheep ~0 ~1 ~0 {Color:6,Age:-1000000000}




Summon Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:7,Age:-1000000000}




Summon Light Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:8,Age:-1000000000}




Summon Cyan Sheep: /summon Sheep ~0 ~1 ~0 {Color:9,Age:-1000000000}




Summon Purple Sheep: /summon Sheep ~0 ~1 ~0 {Color:10,Age:-1000000000}




Summon Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:11,Age:-1000000000}




Summon Brown Sheep: /summon Sheep ~0 ~1 ~0 {Color:12,Age:-1000000000}




Summon Green Sheep: /summon Sheep ~0 ~1 ~0 {Color:13,Age:-1000000000}




Summon Red Sheep: /summon Sheep ~0 ~1 ~0 {Color:14,Age:-1000000000}




Summon Black Sheep: /summon Sheep ~0 ~1 ~0 {Color:15,Age:-1000000000}


 


Now the way baby animals work in Minecraft is by their age. Therefore, for an animal to be a baby it needs to have a negative age value. The age values that I have attached to the code above is the maximum amount of time a baby animal can stay a baby. You can reduce this amount so the baby will grow up faster.


 






Pre-Colored Sheared Baby Sheep


 


Summon White Sheep: /summon Sheep ~0 ~1 ~0 {Color:0, Sheared:1,Age:-1000000000}




Summon Orange Sheep: /summon Sheep ~0 ~1 ~0 {Color:1, Sheared:1,Age:-1000000000}




Summon Magenta Sheep: /summon Sheep ~0 ~1 ~0 {Color:2, Sheared:1,Age:-1000000000}




Summon Light Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:3, Sheared:1,Age:-1000000000}




Summon Yellow Sheep: /summon Sheep ~0 ~1 ~0 {Color:4, Sheared:1,Age:-1000000000}




Summon Lime Sheep: /summon Sheep ~0 ~1 ~0 {Color:5, Sheared:1,Age:-1000000000}




Summon Pink Sheep: /summon Sheep ~0 ~1 ~0 {Color:6, Sheared:1,Age:-1000000000}




Summon Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:7, Sheared:1,Age:-1000000000}




Summon Light Gray Sheep: /summon Sheep ~0 ~1 ~0 {Color:8, Sheared:1,Age:-1000000000}




Summon Cyan Sheep: /summon Sheep ~0 ~1 ~0 {Color:9, Sheared:1,Age:-1000000000}




Summon Purple Sheep: /summon Sheep ~0 ~1 ~0 {Color:10, Sheared:1,Age:-1000000000}




Summon Blue Sheep: /summon Sheep ~0 ~1 ~0 {Color:11, Sheared:1,Age:-1000000000}




Summon Brown Sheep: /summon Sheep ~0 ~1 ~0 {Color:12, Sheared:1,Age:-1000000000}




Summon Green Sheep: /summon Sheep ~0 ~1 ~0 {Color:13, Sheared:1,Age:-1000000000}




Summon Red Sheep: /summon Sheep ~0 ~1 ~0 {Color:14, Sheared:1,Age:-1000000000}




Summon Black Sheep: /summon Sheep ~0 ~1 ~0 {Color:15, Sheared:1,Age:-1000000000}


 


For the whatever reason you want a baby sheep that is already shred.


 






Adding Special Abilities to Sheep


 


Summon Sheep With costume Health: /summon Sheep~0 ~1 ~0 {Attributes:[{Name:generic.maxHealth,Base:60.000}], Color:1 }


   -Health on Sheep is normally 4 Hearts.


                             Note: Hearts are calculated in half hearts, so to get a Sheep with 20 hearts you need to give it a value of 40.


                                 


Summon Sheep With Costume Speed: /summon Sheep ~0 ~1 ~0 {Attributes:[{Name:generic.movementSpeed,Base:0.3375}], Color:14}


   -Speed for naturally spawning Sheep is 0.3375.


                             Note: The player has a walking speed of .1.


                             Note: You can spawn a sheep with any speed you want but I would not suggest going over .9 for the sheep will be moving super fast.


 


Summon Sheep with Costume Health and Speed: /summon Sheep ~0 ~1 ~0 {Attributes:[{Name:generic.maxHealth,Base:60.000},{Name:generic.movementSpeed,Base:0.3375}],Color:13}


 


Now reasons to do there are none, but YOLO.


 






Custom Naming


Summon Sheep with a Custom name: /summon Sheep ~ ~1 ~ {Color:12, CustomName:Sheep Name}


Summon Sheep with a Custom Visible name: /summon Sheep ~ ~1 ~ {Color:10, CustomName:Sheep Name,CustomNameVisible:0}


                Note: The difference between the Costume name Commands that are listed is the first will always be visible and the second will act just like, if you had named it with a name tag. Meaning that the second will only show the name when your mouse moves over it.


 






Special Examples of Costume Spawned Sheep


Invisible Baby Sheep: /summon Sheep ~0 ~1 ~0 {Color:9,Age:-1000000000,ActiveEffects:[{Abient:0.0,Id:14,Amplifier:2,Duration:99999999}]}


 
Ranbow Sheep: /summon Sheep ~ ~1 ~ {Color:10, CustomName:jeb_,CustomNameVisible:0}




Upside Down Sheep: /summon Sheep ~ ~1 ~ {Color:10, CustomName:Grumm,CustomNameVisible:0}




 I'm going to add more Examples later :)





If you find any errors Please pm and I will fix it. :)

Sources 

MineCraft Wiki



CreditMineCraft Wiki
Tags

Create an account or sign in to comment.

romowodajo
10/27/2019 3:06 pm
Level 36 : Artisan Architect
romowodajo's Avatar
Just a quick question about the way you generate custom firework charges.

I want to spawn in custom coloured fireworkstars with names, which i use as currency.

The command i use for giving the player these ''coins'' is:


/Give @p minecraft:firework_star{display:{Name:''\1p\''''}} #


However, these are uncoloured firework stars. If i understand your guide correctly, to give players for instance red firework stars, the command would look like this:

/give @p minecraft:firework_star{Colors:[I;11743532],display:{Name:''\''1p\'''' #

But this does not seem to work.

Can you help me fix this command, so that i can spawn in coloured stars?


Cheers!

Romowodajo
1
Alex_the_Great99
02/02/2016 12:49 am
Level 12 : Journeyman Dragon
Alex_the_Great99's Avatar
Thanks! This was really useful! I have been looking for a way to summon baby sheep but i couldn't find anywhere else that would tell me! Diamonds & Favourite xD
1
Laige
03/29/2015 1:29 pm
Level 1 : New Miner
Laige's Avatar
Wow very nice.  Very helpfull.  I'm trying to develop a resource pack test world, and did a search for how to summon a sheared sheep.  I found this and it is everything in one spot.  Very nice
1
Capt_JOnes
03/29/2015 6:44 pm
Level 70 : Legendary Batman
Capt_JOnes's Avatar
Thanks I'm glad it helped :)
1
jdude8123
09/26/2014 5:19 pm
Level 1 : New Architect
jdude8123's Avatar
Great, diamond for you my friend
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome