> For the complete documentation index, see [llms.txt](https://3504743864.gitbook.io/yu-lan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3504743864.gitbook.io/yu-lan/compatibility-with-other-plugins/compatible/deluxemenu.md).

# DeluxeMenu

要在 **DeluxeMenu** 上显示具有自定义材质的 ItemsAdder 物品，需要将此特殊属性添加到菜单的图标中：

```yaml
nbt_int: CustomModelData: 1
```

其中的 1 请填写你自定义物品的 **CustomModelData**

### 如何获取 CustomModelData 值？

手持ia物品的同时使用命令 `/iatag` ，然后搜索 `CustomModelData` 值.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://3504743864.gitbook.io/yu-lan/compatibility-with-other-plugins/compatible/deluxemenu.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.
