# Installing Addons

A Modern Lucky Block addon is a combination of both a resourcepack and a datapack, including both an **assets/** folder and **data/** folder.

To install a Lucky Block addon, first download it from either CurseForge or Modrinth (recommended).

The download should provide a zip file. Open it and ensure that you see something like the following:

<figure><img src="/files/4ssurZzUhhd9kaM6C29I" alt="" width="375"><figcaption><p>Example Lucky Block addon file structure</p></figcaption></figure>

When you have confirmed this, move the entire zip file to your Minecraft run directory (typically **AppData/Roaming/.minecraft/**).

{% hint style="info" %}
On Windows, press Win+R and enter "appdata" to get to this location.
{% endhint %}

In the .minecraft folder, create a new folder called **addons** if it does not already exist. Place the zip file into the addons folder to load it in game.

You're all set! Have fun playing with the Modern Lucky Block mod :)


---

# 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://docs.creoii.dev/lucky-block/installing-addons.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.
