Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.44 KB

i-cant-see-emoji-guis-huds-etc..md

File metadata and controls

51 lines (34 loc) · 1.44 KB

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

ItemsAdder 3.4.1 and greater

  • Open config.yml of ItemsAdder

  • Enable this option:

    fix_force_unicode_font_images: true
  • Run /iazip to regenerate your resourcepack

  • Follow the hosting method tutorial you decided during plugin installation

ItemsAdder 3.4.0 and lower

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".


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

{% hint style="warning" %} You must set Force Unicode Font: OFF {% endhint %}

and set this in config.yml

  thin-font:
    enabled: true

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

{% hint style="warning" %} Remember, after this change you have to regenerate your generated.zip file.
Check Resourcepack tutorials {% endhint %}

This is the result

{% hint style="success" %} Now you can see the "thin font" and GUIs, emojis, HUDs won't break (bugged white squares) {% endhint %}