> 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/i-cant-see-emoji-guis-huds-etc..md).

# 我看不到表情、自定义界面、HUD等

## ItemsAdder 3.4.1及以上版本

* 打开**ItemsAdder**的`config.yml`
* 启用此选项：

  ```yaml
  fix_force_unicode_font_images: true
  ```
* 运行`/iazip`重新生成你的资源包
* 按照插件安装期间选择的[资源包托管方法教程](/chinese/cha-jian-shi-yong-fang-fa/resourcepack-hosting.md)

<details>

<summary>ItemsAdder 3.4.0 and lower</summary>

如果你将**强制Unicode**设置为**开启**，因为你不喜欢Minecraft默认字体，你将看不到表情符号、自定义GUI和HUD。

通常在Minecraft中，你将**强制Unicode字体：开启**以获得 *“细字体”*。

<img src="/files/-M7cLSiaeNamwXl8A1nB" alt="" data-size="original">

\
由于 **ItemsAdder** 的原因，这是不可能的，因为这会导致表情符号、GUI、HUD 无法正常工作。这是 Minecraft 的限制。

你必须设置**强制Unicode字体：关闭**

<img src="/files/-M7cLZwzSGK0jX51th_3" alt="" data-size="original">

并在`config.yml`中**设置此项**

```yaml
  thin-font:
    enabled: true
```

这允许你设置**强制Unicode字体：关闭**，但仍然启用细字体。

记住，做出此更改后，你必须重新生成你的`generated.zip`文件。\
查看[资源包教程](/chinese/cha-jian-shi-yong-fang-fa/resourcepack-hosting.md)

#### 这是结果

<img src="/files/-M7cLwgxZU7-ddGa4nDN" alt="" data-size="original">

现在你可以看到“细字体”，并且GUI、表情符号、HUD 不会破裂（错误的白色方块）

</details>
