Skip to content

Commit

Permalink
feat(ranks): reformat & add owner
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzeva committed Dec 16, 2024
1 parent ee00608 commit e100483
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 11 deletions.
77 changes: 66 additions & 11 deletions assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,67 @@
{
"providers": [
{"type": "bitmap", "file": "minecraft:font/ranks/star.png","ascent": 7,"height": 7, "chars": ["\uE000"]},
{"type": "bitmap", "file": "minecraft:font/ranks/starplus.png","ascent": 7,"height": 7, "chars": ["\uE001"]},
{"type": "bitmap", "file": "minecraft:font/ranks/nova.png","ascent": 7,"height": 7, "chars": ["\uE002"]},
{"type": "bitmap", "file": "minecraft:font/ranks/novaplus.png","ascent": 7,"height": 7, "chars": ["\uE003"]},
{"type": "bitmap", "file": "minecraft:font/ranks/astral.png","ascent": 7,"height": 7, "chars": ["\uE004"]},
{"type": "bitmap", "file": "minecraft:font/ranks/astralplus.png","ascent": 7,"height": 7, "chars": ["\uE005"]},
{"type": "bitmap", "file": "minecraft:font/ranks/celestial.png","ascent": 7,"height": 7, "chars": ["\uE006"]},
{"type": "bitmap", "file": "minecraft:font/ranks/celestialplus.png","ascent": 7,"height": 7, "chars": ["\uE007"]}
]
}
"providers": [
{
"type": "bitmap",
"file": "minecraft:font/ranks/star.png",
"ascent": 7,
"height": 7,
"chars": ["\uE000"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/starplus.png",
"ascent": 7,
"height": 7,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/nova.png",
"ascent": 7,
"height": 7,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/novaplus.png",
"ascent": 7,
"height": 7,
"chars": ["\uE003"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/astral.png",
"ascent": 7,
"height": 7,
"chars": ["\uE004"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/astralplus.png",
"ascent": 7,
"height": 7,
"chars": ["\uE005"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/celestial.png",
"ascent": 7,
"height": 7,
"chars": ["\uE006"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/celestialplus.png",
"ascent": 7,
"height": 7,
"chars": ["\uE007"]
},
{
"type": "bitmap",
"file": "minecraft:font/ranks/owner.png",
"ascent": 7,
"height": 7,
"chars": ["\uE008"]
}
]
}
Binary file added assets/minecraft/textures/font/ranks/owner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e100483

Please sign in to comment.