> 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/tutorials/disabling-all-features-but-the-grass-generation.md).

# Disabling all features but the grass generation

## Disabling Animal Registry

Most HA features can be disabled by just not to register animals. You can just make `animal.json` empty.

{% code title="config/hungryanimals/animal.json" %}

```
[]
```

{% endcode %}

## Removing Animal Glue Recipe

Animal glue is still craftable. Similarly, animal glue recipe can be disabled by emptying the json file.

{% code title="config/hungryanimals/recipes/animal.json" %}

```
[]
```

{% endcode %}
