#custom gui texture
1 messages ยท Page 1 of 1 (latest)
no xD welcome to minecraft
that still uses either custom unicode or item
i can use fonts!!!!
i literally said custom unicode
We cover how to make custom ui bars similar to the health and hunger bar, in Minecraft.
๐ก Amber's Negative Space Font (included in example pack) : https://github.com/AmberWat/NegativeSpaceFont
๐ฆ Download (Contains Resource Pack and Datapack: https://www.dropbox.com/s/1fa3byoz6ugrwx3/cw_mana_bar.zip?dl=1
๐ต Discord Server: https://discord.gg/Hy...
ty
@uneven sage ive made the font but how do i actually put it in the specific gui?
you lit just use it as part of gui's name
ye ik what to do but how do i format it in the title?
idk whats your problem
this
then your resourcepack is bad
: (
{
"providers": [
{
"type": "bitmap",
"file": "minecraft:guis/gui.png",
"ascent": 13,
"height": 138,
"chars": ["๎"]
}
]
}
command /gui:
trigger:
set metadata tag "gui" of player to chest inventory with 5 rows named "gui ๎"
open (metadata tag "gui" of player) to player
the code
put your textures into textures/font
ok
"type": "bitmap",
"file": "minecraft:font/logo.png",
"ascent": 16,
"height": 30,
"chars": ["\uE000"]
},```
{
"providers": [
{
"type": "bitmap",
"file": "minecraft:font/gui.png",
"ascent": 16,
"height": 30,
"chars": ["U+0010"]
}
]
}
command /gui:
trigger:
set metadata tag "gui" of player to chest inventory with 5 rows named "gui ๎"
open (metadata tag "gui" of player) to player
doesnt work
tf is U+0010
just go from E000 and up