# Animations Configuration

📍 Place this file **inside your `generated.zip or pack.zip` before converting**.

#### ✅ Enable Animation (Basic Example)

This will convert **all detected animation packs**.

```json
{
  "Animation_Selection": {
    "animation": {
      "selection": true
    },
    "skip_pack": {
      "enabled": false,
      "list": {}
    }
  }
}
```

#### ⛔ Skipping Problematic Animation Packs

Some animation packs may still have issues (for example: upside-down wings or broken models).

You can safely skip specific packs:

```json
{
  "Animation_Selection": {
    "animation": {
      "selection": true
    },
    "skip_pack": {
      "enabled": true,
      "list": {
        "namespace1": true,
        "namespace2": true
      }
    }
  }
}
```

💡 Tip:\
If something breaks → **skip the pack first**, then convert again.


---

# 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://kaizermc-wiki.gitbook.io/j2b-converter/getting-started/pre-convert-configuration/animations-configuration.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.
