> For the complete documentation index, see [llms.txt](https://a3626a.gitbook.io/hungryanimals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://a3626a.gitbook.io/hungryanimals/undefined.md).

# Home

Hungry-Animals focuses on providing variety of configurations. Therefore, its configuration system is necessarily complicated. This article will help you to figure out mysterious files and let you configure details of Hungry-Animals.

## What Can Hungry-Animals Do?

* Chicken Eating Ocelots
* Lava Producing Cows
* Diamond Laying Chickens
* Defensive Pigs
* Modded Animals

## Easy Config

Hungry-Animals provides easy config. Users can set the difficulty and tempo simply.

Go to `config/hungryanimals_example/master/master.json`. If you don't have this file, just launch your Hungry-Animals installed Minecraft once.

```
{
    "difficulty" : "normal",
    "tempo" : "normal"
}
```

This file is inside "example folder", so editing it won't affect Minecraft. Copy this file into `config/hungryanimals/master/master.json`

`"difficulty"` can be one of `"easy"`, `"normal"`, and `"hard"`. Animals in `"easy"` will eat less food.

`"tempo"` can be one of `"fast"`, `"normal"`, and `"slow"`. Animals in `"fast"` will grow and create babies faster. Animals eat same amount of food regardless of `"tempo"`, so they will drop less meat in `"fast"`. In other words, wheat to meat conversion rate is constant.

## Detailed Config And Examples

`'config/hungryanimals_example'` folder does not affect Minecraft gameplay. All files under this directory are examples for server admins and modpack creators.

By default, there are no files under `'config/hungryanimals'`, there are only directories. Then, all missing configurations are loaded from internals of Hungry Animals.(which are the same files as under example folder) If you want to adjust json files, just save json file under `'config/hungryanimals'`, this changes will be applied to Hungry Animals.


---

# 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://a3626a.gitbook.io/hungryanimals/undefined.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.
