# Composite ItemModel

A **Composite ItemModel**, is a list of ItemModels that should be layered over eachother.\
Recommend to check the [Minecraft Wiki](https://minecraft.wiki/w/Items_model_definition#composite) for an always up-to-date list.

Below is an example for showing an Item with a Model background

```yaml
custom_diamond:
  ItemModel:
    type: composite
    models:
      - type: model
        model: namespace:custom_diamond
      - type: model
        model: namespace:background
```

{% hint style="info" %}
You can also chain these to use different ItemModel-types inside each composite-entry here for very complex items
{% 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://docs.nexomc.com/configuration/items/itemmodel-builder/composite-itemmodel.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.
