> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/chinese/faq/cant-place-itemframe-on-furniture.md).

# 无法在家具上放物品展示框

{% embed url="<https://github.com/PluginBugs/Issues-ItemsAdder/issues/1913>" %}

这是一种 Minecraft 行为，游戏强制删除物品展示框，因为它位于另一个实体内，在这种情况下是家具。

### 解决方法

将家具碰撞箱减小降低 `0.1`。\
例如 `1` -> `0.9`, `2` -> `1.9` 等。

```yaml
        hitbox:
          length: 1
          width: 1
          height: 1.9
```


---

# 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://itemsadder.devs.beer/chinese/faq/cant-place-itemframe-on-furniture.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.
