# I can't see emoji, GUIs, HUDs etc.

## ItemsAdder 3.4.1 and greater

* Open `config.yml` of **ItemsAdder**
* Enable this option:

  ```yaml
  fix_force_unicode_font_images: true
  ```
* Run `/iazip` to regenerate your resourcepack
* Follow the [hosting method tutorial](/japanese/plugin-usage/resourcepack-hosting.md) you decided during plugin installation

<details>

<summary>ItemsAdder 3.4.0 and lower</summary>

If you set **Force Unicode** to **ON** because you don't like Minecraft default font you can't see emojis, custom guis and huds.

Normally on Minecraft you set **Force Unicode Font: ON** to get the *"thin font"*.

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

\
With **ItemsAdder** this is not possible because it would make emoji, GUIs, HUDs not working anymore. It's a Minecraft limitation.

You must set **Force Unicode Font: OFF**

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

and **set this** in `config.yml`

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

This allows you to set **Force Unicode Font: OFF** but still have the thin font enabled.

Remember, after this change you have to regenerate your `generated.zip` file.\
Check [Resourcepack tutorials](/japanese/plugin-usage/resourcepack-hosting.md)

#### This is the result

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

Now you can see the "thin font" and GUIs, emojis, HUDs won't break (bugged white squares)

</details>


---

# 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/japanese/faq/i-cant-see-emoji-guis-huds-etc..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.
