# Setup with Model Engine

{% hint style="info" %}
**Requirements**: This method requires [<mark style="color:purple;">Model Engine</mark>](https://mythiccraft.io/index.php?resources/model-engine%E2%80%94ultimate-entity-model-manager-1-19-4-1-21-4.1213/) to be installed.
{% endhint %}

## <mark style="color:purple;">Step 1:</mark>

Open the **model\_engine** folder. Inside, you will find the **.bbmodel** for the crate.

<figure><img src="https://3479484366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzKHcliy7SRYXkswH4rYW%2Fuploads%2FZfnl2IwOwJ0qNxPLRuMa%2Fimage%20(65).png?alt=media&#x26;token=f2890841-082a-42b9-8d3e-b9949ee078f1" alt=""><figcaption><p>Main Folder</p></figcaption></figure>

## <mark style="color:purple;">Step 2:</mark>

Drag and drop the **.bbmodel** file inside the **blueprints** folder of **Model Engine**.

<figure><img src="https://3479484366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzKHcliy7SRYXkswH4rYW%2Fuploads%2F4sPWNAK4DrLjvCEAQdIY%2FUntitledvideo-MadewithClipchamp75-ezgif.com-video-to-gif-converter.gif?alt=media&#x26;token=f38252f4-d25d-474c-8943-54067f8a8aaf" alt=""><figcaption><p>Example With the Winter Crate</p></figcaption></figure>

## <mark style="color:purple;">Step 3:</mark>

Reload **Model Engine** by running the **/meg reload** command to generate a new resourcepack.

## <mark style="color:purple;">Step 4:</mark>&#x20;

Merge the resourcepack generated by model engine with your server's resourcepack

<details>

<summary>Merge with Nexo</summary>

Open the **settings.yml** file of Nexo and find the following option to check if its enabled.

```yaml
  import:
    modelengine: true
```

Run **/nexo reload all** to generate a new resourcepack, which will include the model engine's resourcepack.

</details>

<details>

<summary>Merge with <strong>ItemsAdder</strong></summary>

Open the **config.yml** file of ItemsAdder and find the following option to add the model engine's resourcepack.

```yaml
merge_other_plugins_resourcepacks_folders:
  - "ModelEngine/resource pack"
```

Run **/iazip** to generate a new resourcepack, which will include the model engine's resourcepack.

</details>

<details>

<summary>Merge with Vanilla Resourcepack</summary>

Open the **ModelEngine** folder. Inside you will find a zipped file named resource pack.

![](https://3479484366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzKHcliy7SRYXkswH4rYW%2Fuploads%2FY8UbbaJ8VOsKRqaEFq7Y%2Fimage.png?alt=media\&token=430a85e5-966e-43aa-9ae8-fcf786ecd59a)

That file needs to be merged with the resourcepack that you already have on your server. To achive that you can you an [online merger](https://merge.elmakers.com/).&#x20;

If its your first time using a resourcepack on your server and you are lost, make sure to check out our detailed guide by [clicking here](https://wiki.myphoenixstore.com/models/vanilla-resourcepack-guide).&#x20;

</details>
