# 手动编辑方块状态

{% hint style="warning" %}
这违背了 ItemsAdder 避免手动修改特定文件的初衷。\
后果自负。
{% endhint %}

你可以手动修改方块 blockstates.json ，为此可以创建一个新的文件夹，并将编辑后的方块数据放入其中。

**ItemsAdder** 会自动合并所有内容文件夹中带有 **ItemsAdder** 自定义方块的 blockstate `.json` 文件。

例如 `contents/my_custom_blockstates/assets/minecraft/blockstates/note_block.json`


---

# 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://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/manual-editing-blockstates.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.
