# Introduction

* Copy the link in **config.yml** under the property **default\_url**
* open it in your browser and download the file
* Extract the file in **%appdata%\\.minecraft\resourcepacks\ItemsAdderResPack** (or name it how you want)
* open Minecraft, in the resourcepacks options select **ItemsAdderResPack**
* open **config.yml** and set **apply\_on\_join** to false while you are editing the resourcepack locally
* join the server, then start editing the files inside **ItemsAdderResPack**
* After you've edited something in the resourcepack, to reload the resourcepack press **F3+T** on your keyboard

#### Publish the resourcepack

* set **apply\_on\_join** to true
* set **use\_default** to false
* zip the **ItemsAdderResPack** folder and upload it on an hosting website&#x20;
* set custom\_url to your uploaded file download link
* reload plugin

{% hint style="success" %}
DONE!
{% endhint %}

{% hint style="warning" %}
You must upload the resourcepack .zip file on a hosting service that allows you to direct download the file (which doesn't shows a "click here to download" button or a download page).

You can upload it on Dropbox, get the share link and change **?dl=0** at the end of the link to **?dl=1**
{% endhint %}


---

# 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://lonedev.gitbook.io/itemsadder/custom-textures/how-to-create-your-custom-resourcepack.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.
