# Animals

{% hint style="info" %}
You can change the natural spawning frequency of any animal in the mod's configuration.
{% endhint %}

## Capybaras

<div><figure><img src="https://451500865-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB5rjTmyLMQNFteiZM1G%2Fuploads%2FpCXCU1YAcxYeqrS8ms1x%2Fcapybara_render.png?alt=media&#x26;token=f152dc22-a649-4cc0-bcd1-ae9b82085851" alt=""><figcaption><p>Official render of the Capybara</p></figcaption></figure> <figure><img src="https://451500865-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB5rjTmyLMQNFteiZM1G%2Fuploads%2FWu47weJKHhlMHgExmXIU%2Fcapybaras%20(2).png?alt=media&#x26;token=81710118-72fd-405c-ab0a-a043c8a406bf" alt=""><figcaption><p>In-game screenshot of a baby capybara sleeping and an adult Capybara walking</p></figcaption></figure></div>

The biggest (and cutest!) **rodent** of the planet is in **Promenade**.

This rather smelly animal will spawn in **swamps** and **rivers**. You may also encounter babies, which have their own set of cute sounds. They currently eat **carrots** and **melon slices**.

Talking of sounds, capybaras will be the very first mob of the game (and the mob) to be able to... **fart**... You've read that right...

Occasionally, they will let their fat body fall on the side and start **sleeping**. If they fall asleep during night, they will only wake up at **dawn**.

#### Details

There are 2 variants of the capybara:

* **Brown** (`promenade:brown`)
* **Albino** (`promenade:albino`)

These variants are stored in the capybara's NBT tag (for example: `{Variant: "promenade:brown"}`)

## Ducks

<figure><img src="https://451500865-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmB5rjTmyLMQNFteiZM1G%2Fuploads%2FZ4n1eEQSg0xzyOcvrhfY%2F2022-12-29_16.12.52.png?alt=media&#x26;token=0e29bcde-e534-474e-b98a-7d164ef9d6a1" alt=""><figcaption><p>In-game screenshot of two ducklings and a mallard duck</p></figcaption></figure>

The ducks are webbed birds that fall slower than other animals, but swim better than most of them. They like to eat seeds. It will drop feathers and duck food upon dying. 🦆

#### Details

A duck will have the appearance of a duckling when it is a child.

There are 2 variants of the duck:

* **Pekin** (`pekin`): Spawns in plains and forests.
* **Mallard** (`mallard`): Spawns in plains, rivers and swamps.

These variants are stored in the duck's NBT tag (for example: `{Type: "mallard"}`)
