> For the complete documentation index, see [llms.txt](https://edseries-plugins.gitbook.io/p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edseries-plugins.gitbook.io/p/eddungeons/essential/mobs/mob-variants.md).

# Mob Variants

### How to set variants to mobs:

```yaml
mob: CHICKEN
variant: cold
```

### 🐔 Chicken Variants **1.21.5+**

* Temperate chicken (`temperate`) - default
* Cold chicken (`cold`)
* Warm chicken (`warm`)

<div align="left"><figure><img src="/files/WEAMUPrAfX5YWoGkY7Pu" alt=""><figcaption></figcaption></figure></div>

### 🐄 Cow Variants **1.21.5+**

* Temperate cow (`temperate`) - default
* Cold cow (`cold`)
* Warm cow (`warm`)

<div align="left"><figure><img src="/files/YoyvNiJCLQZfqoPRam8Z" alt=""><figcaption></figcaption></figure></div>

### 🐷 Pig Variants **1.21.5+**

* Temperate pig (`temperate`) - default
* Cold pig (`cold`)
* Warm pig (`warm`)

<div align="left"><figure><img src="/files/CaSWu6n2pqMxqGE311nw" alt=""><figcaption></figcaption></figure></div>

### 🐺 Wolf Variants **1.20.5+**

* Pale wolf (`pale`) - original wolf
* Woods wolf (`woods`) - most common
* Ashen wolf (`ashen`)
* Black wolf (`black`)
* Chestnut wolf (`chestnut`)
* Rusty wolf (`rusty`)
* Spotted wolf (`spotted`)
* Striped wolf (`striped`)
* Snowy wolf (`snowy`) - rarest

<figure><img src="/files/mwfqvXG831Jj3ThNQgJg" alt=""><figcaption></figcaption></figure>

### 🐱 Cat Variants **1.14+**

* White cat (`white`)
* British Shorthair (`british_shorthair`)
* Jellie (`jellie`)
* Tuxedo (`tuxedo`)
* Black cat (`black`)
* Tabby (`tabby`)
* Siamese (`siamese`)
* Ragdoll (`ragdoll`)
* Calico (`calico`)
* Red cat (`red`)
* Persian (`persian`)

<div align="left"><figure><img src="/files/M4lr8sIXlCAySkycZ1Bq" alt=""><figcaption></figcaption></figure></div>

### 🦊 Fox Variants **1.14+**

* Red fox (`red`) - default
* Snow fox (`snow`)

<div align="left"><figure><img src="/files/EbvWVS0G5x4V0bVS6lbp" alt=""><figcaption></figcaption></figure></div>

### 🦙 Llama Variants **1.11+**

* Brown llama (`brown`)
* Creamy llama (`creamy`)
* Gray llama (`gray`)
* White llama (`white`)

<div align="left"><figure><img src="/files/ZZJChhjUf7zYB7pll3gK" alt=""><figcaption></figcaption></figure></div>

### 🐼 Panda Variants **1.14+**

* Normal panda (`normal`) - default
* Aggressive panda (`aggressive`)
* Brown panda (`brown`) - rare
* Lazy panda (`lazy`)
* Playful panda (`playful`)
* Weak panda (`weak`)
* Worried panda (`worried`)

<div align="left"><figure><img src="/files/3vkYmpd6ZZzMnRLlbjKW" alt=""><figcaption></figcaption></figure></div>

### 🐰 Rabbit Variants **1.8+**

* Black and white rabbit (`white_splotched`)
* Salt and pepper rabbit (`salt`)
* Albino rabbit (`white`)
* Gold rabbit (`gold`)
* Black rabbit (`black`)
* Brown rabbit (`brown`)
* Killer bunny (`evil`) - hostile, command only

<figure><img src="/files/RgCFU8I1hfEx7Lod5or8" alt=""><figcaption></figcaption></figure>

### 🟫 Mooshroom Variants **1.0+**

* Red mooshroom (`red`) - default
* Brown mooshroom (`brown`) - lightning only **1.14+**

<div align="left"><figure><img src="/files/m14VKRYmHQiDEETyUt5M" alt=""><figcaption></figcaption></figure></div>

### 🦜 Parrot Variants **1.12+**

* Blue parrot (`blue`)
* Cyan parrot (`yellow_blue`)
* Gray parrot (`gray`)
* Green parrot (`green`)
* Red parrot (`red_blue`)

<div align="left"><figure><img src="/files/g0wh8fzEO41qDGMCkfT8" alt=""><figcaption></figcaption></figure></div>

### 🐸 Frog Variants **1.19+**

* Temperate frog (`temperate`)
* Cold frog (`cold`)
* Warm frog (`warm`)

<div align="left"><figure><img src="/files/nsBntFGlv9hbmOJn7t6G" alt=""><figcaption></figcaption></figure></div>

### 🌊 Axolotl Variants **1.17+**

* Leucistic axolotl (`lucy`) - pink
* Wild axolotl (`wild`) - brown
* Gold axolotl (`gold`)
* Cyan axolotl (`cyan`)
* Blue axolotl (`blue`) - extremely rare, breeding only

<div align="left"><figure><img src="/files/lu4OBvs1de8daOCJ3lyJ" alt=""><figcaption></figcaption></figure></div>

### 🐟 Salmon Variants **1.13+**

* Small salmon (`small`)
* Medium salmon (`medium`)
* Large salmon (`large`)

<div align="left"><figure><img src="/files/c4A4FFSBuP9GCaY82YfJ" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://edseries-plugins.gitbook.io/p/eddungeons/essential/mobs/mob-variants.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
