🖼️Font Images
Allows you to create images which can be used in texts, also known as glyphs and symbols.
Last updated
Allows you to create images which can be used in texts, also known as glyphs and symbols.
Last updated
This feature allows you to create images that can be used to make: GUIs, HUDs, Emojis, custom characters, custom player prefixes and anything else you imagine! (you can put these images inside any text).
When you create a font_image make sure the background is not fully transparent. You have to set ALPHA to 7 instead of 0.
Minecraft removes all (alpha 0) transparent pixels on the edges of the image.
ItemsAdder will decide the custom character for you if you don't include the symbol
property at all.
You don't have to worry about it for each emoji
/font_image
, but if you really need to specify a custom character to be used for the custom font_image
you can use the special property symbol
.
For example:
Minecraft will show the smile emoji every time you write 鄿
in chat.
You can do it, you just have to edit the default.json
file.