Difference between revisions of "Sheep"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

m (Categorized)
 
(12 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
|name=Sheep
 
|name=Sheep
 
|type=Passive
 
|type=Passive
|drops=[[Raw mutton]], White, gray, light gray, or black [[wool]] ''(depending on the color of sheep)''
+
|drops=[[Raw mutton]], [[wool]] ''(depending on the color of sheep)'', [[Mustache]] ''(if spawned with it)''
 +
|id=sheep
 
}}
 
}}
  
Sheep are commonly found passive mobs that spawn on lighted dirt/grass blocks.
+
The {{I|SheepHead}} [[sheep]] is a passive and common mob that is found in the world of mine blocks aimlessly.
 +
 
 +
== Spawning ==
 +
Sheep spawn on {{I|Grass}} [[grass]] blocks in the [[Overworld]]. They can spawn with wool of a variety of colors, most commonly white, however also black, gray, light gray, brown and most rarely, pink.
 +
 
 +
They can also be spawned from a spawn egg in [[creative]].
 +
 
 +
=== Commands ===
 +
A sheep can be spawned in another way besides its respective [[spawn egg]], with the command <code>/summon sheep</code> you can spawn it.
 +
 
 +
In addition to that you can add [[data tags]] to customize the sheep. examples:
 +
 
 +
*<code>/summon sheep 1 ~ ~ {name:"Diamond Woolly", defaultDrops:0, drops:[{item:{id:"diamond"}, color:"lightblue"}]}</code>
 +
 
 +
*<code>/summon sheep 1 ~ ~ {name:"Mystical Wool", health:30, drops:[{item:{id:"diamond_sword", name:"Magic Blade", enchantments:["sharpness4", "smite4", "baneOfArthropods3", "knockback3", "fireAspect", "looting3"], damage:-3}}]}</code>
 +
 
 +
== Drops ==
 +
When killed, they drop 1-2 {{I|Raw mutton}} [[raw mutton]] or 1-2 {{I|Cooked mutton}} [[cooked mutton]] (if it dies while on [[fire]]). It also drops [[wool]] if it still has its coat.
 +
 
 +
When sheared with {{I|Shears}} [[shears]], the sheep drops 1-4 {{I|Wool}} [[wool]]. This is usually gives more wool than killing the sheep, and also has the advantage of the sheep being able to regrow it later to be sheared again.
 +
 
 +
A sheep can spawn with a {{I|Mustache}} [[mustache]], this makes the sheep drop the mustache once sheared.
  
 
== Behavior ==
 
== Behavior ==
When sheep lose their wool (primarily by means of a [[shears]]), they will soon eat [[grass]] in order to regrow their coat. If the player [[shears]] a sheep, or if the sheep dies without being hit, they will drop 0-4 [[wool]] and become bald.  
+
Like all passive [[mobs]], if hit, the sheep will attempt to escape from {{I|Player_head}} [[the player]] for a short period of time.
 +
 
 +
When a sheep loses its wool (primarily by means of [[shears]]), it will eventually eat a [[grass]] block (turning it into dirt) in order to regrow its coat. This allows it to be sheared again.
  
 +
===Dyeing===
 +
A sheep can be dyed any color by using [[dyes]] on a sheep. When sheared, the sheep will drop [[wool]] with the color it was dyed with. If two dyes sheep are bred, the offspring will be a combination of the colors, for example a red and yellow sheep make a orange sheep.
  
 
== Tasks ==
 
== Tasks ==
{| class="wikitable" width=100%
+
{{Tasks|15=}}
! style="width:5%;"| '''#'''
+
 
! style="width:40%:"|'''Task'''
+
== History ==
! style="width:40%:"|'''Objective'''
+
{{HistoryTable
! style="width:15%:"|<center>'''Needs'''</center>
+
| [[Version History#1.7.15|1.7.15]]
|-
+
| [[First 30 days#Day 29|Day 29]]
|'''15'''
+
|*Added sheep.
|Slay a Sheep.
+
| [[Version History#1.8.8|1.8.8]]
|Kill a [[sheep]].
+
| [[First 30 days#Day 30|Day 30]]
 +
|*Fixed a sheep glitch
 +
| [[Version History#1.19.0|1.19.0]]
 +
| Nov 19, 2011.
 +
|*Updated the texture of the sheep.
 +
| [[Version History#1.24|1.24]]
 +
| Dec 22, 2012
 
|
 
|
|}
+
*Sheep shed wool only when sheared or killed.
 +
*Sheep can regrow wool by eating grass
 +
| [[Version History#1.25|1.25]]
 +
| May 11, 2013
 +
|*Fixed sheep not dropping white wool on death.
 +
| [[Version History#1.28|1.28]]
 +
| Oct 08, 2016
 +
|
 +
*Can change sheep color.
 +
**Sheep spawn with different colors
 +
| [[Version History#1.29.0|1.29.0]]
 +
| Sep 27, 2019
 +
|*Sheep no longer spontaneously die.
 +
| [[Version History#1.29.1|1.29.1]]
 +
| Oct 05, 2019
 +
|*Sheep can no longer move while eating.
 +
| [[Version History#1.29.2|1.29.2]]
 +
| Oct 20, 2019
 +
|*Added "color" mob data tag for sheep wool and wolf collars.
 +
}}
  
== Pictures ==
+
== Gallery ==
 +
None.
  
 
== See also ==
 
== See also ==
Line 31: Line 83:
 
*[[Wool]]
 
*[[Wool]]
 
*[[Mobs]]
 
*[[Mobs]]
*[[Cow]]
 
*[[Pig]]
 
*[[Chicken]]
 
  
 
[[Category:Unfinished]][[Category:Passive mobs]][[Category:Overworld mobs]]
 
[[Category:Unfinished]][[Category:Passive mobs]][[Category:Overworld mobs]]

Latest revision as of 12:46, 17 March 2024





Sheep
Sheep.png
Type:Passive
Drops:Raw mutton, wool (depending on the color of sheep), Mustache (if spawned with it)
Identifier:sheep

The SheepHead sheep is a passive and common mob that is found in the world of mine blocks aimlessly.

Spawning

Sheep spawn on Grass grass blocks in the Overworld. They can spawn with wool of a variety of colors, most commonly white, however also black, gray, light gray, brown and most rarely, pink.

They can also be spawned from a spawn egg in creative.

Commands

A sheep can be spawned in another way besides its respective spawn egg, with the command /summon sheep you can spawn it.

In addition to that you can add data tags to customize the sheep. examples:

  • /summon sheep 1 ~ ~ {name:"Diamond Woolly", defaultDrops:0, drops:[{item:{id:"diamond"}, color:"lightblue"}]}
  • /summon sheep 1 ~ ~ {name:"Mystical Wool", health:30, drops:[{item:{id:"diamond_sword", name:"Magic Blade", enchantments:["sharpness4", "smite4", "baneOfArthropods3", "knockback3", "fireAspect", "looting3"], damage:-3}}]}

Drops

When killed, they drop 1-2 Raw mutton raw mutton or 1-2 Cooked mutton cooked mutton (if it dies while on fire). It also drops wool if it still has its coat.

When sheared with Shears shears, the sheep drops 1-4 Wool wool. This is usually gives more wool than killing the sheep, and also has the advantage of the sheep being able to regrow it later to be sheared again.

A sheep can spawn with a Mustache mustache, this makes the sheep drop the mustache once sheared.

Behavior

Like all passive mobs, if hit, the sheep will attempt to escape from Player_head the player for a short period of time.

When a sheep loses its wool (primarily by means of shears), it will eventually eat a grass block (turning it into dirt) in order to regrow its coat. This allows it to be sheared again.

Dyeing

A sheep can be dyed any color by using dyes on a sheep. When sheared, the sheep will drop wool with the color it was dyed with. If two dyes sheep are bred, the offspring will be a combination of the colors, for example a red and yellow sheep make a orange sheep.

Tasks

Number Icon[ng] Name Newgrounds name Description [ng] Objective Points[ng] Requirements
15 Slay a sheep Kill a Sheep Bahhh! They drop wool. Kill a sheep 5

History

Version Date Changes
1.7.15 Day 29
  • Added sheep.
1.8.8 Day 30
  • Fixed a sheep glitch
1.19.0 Nov 19, 2011.
  • Updated the texture of the sheep.
1.24 Dec 22, 2012
  • Sheep shed wool only when sheared or killed.
  • Sheep can regrow wool by eating grass
1.25 May 11, 2013
  • Fixed sheep not dropping white wool on death.
1.28 Oct 08, 2016
  • Can change sheep color.
    • Sheep spawn with different colors
1.29.0 Sep 27, 2019
  • Sheep no longer spontaneously die.
1.29.1 Oct 05, 2019
  • Sheep can no longer move while eating.
1.29.2 Oct 20, 2019
  • Added "color" mob data tag for sheep wool and wolf collars.

Gallery

None.

See also