# Failed to download Minecraft assets

ItemsAdder needs some Minecraft assets to work, it automatically downloads them for you, but some server setups might have issues downloading (blocking firewall, network error, etc.).

You can manually download the assets to fix this.

{% stepper %}
{% step %}

#### Delete the folder

Delete the folder `ItemsAdder/storage/cache/vanilla_assets`
{% endstep %}

{% step %}

#### Download the assets

{% embed url="<https://mc-assets-downloader.lonedev.workers.dev/itemsadder-required-vanilla-assets/vanilla_assets.zip>" %}

<div align="left"><figure><img src="/files/i2w6gwvoqCFKVqMmJyT9" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Extract the `vanilla_assets` folder

Extract the `vanilla_assets` folder into `ItemsAdder/storage/`

<div align="left"><figure><img src="/files/DPhMTPFS0ymGlYhC6Znt" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Done

Start the server and run `/iazip` to regenerate your pack.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://itemsadder.devs.beer/faq/failed-to-download-minecraft-assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
