fonts
What is this?
Beginning
📦resource_pack.zip
└── 📁assets
└── 📁minecraft
├── 📁font
│ ├── 📑default.json //the one who uses minecraft for chatting mainly
│ └── 📑another.json
└── 📁textures
└── 📁custom
└── 📁emojis
└── 🎨smile.png{
"providers": [
{
"file": "minecraft:custom/emojis/smile",
"height": 10,
"ascent": 8,
"type": "bitmap",
"chars": [
"😀"
]
}
]
}Parameter
Description
Example of several fonts added
Gui Example
Last updated