Skip to content

Commit

Permalink
Moved unicode textures to the right folder and changes font providers…
Browse files Browse the repository at this point in the history
… to use lt: instead of ltextras:
  • Loading branch information
Brickmaster5001 committed Oct 27, 2023
1 parent 440cb9d commit bb42ed2
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"providers": [
{
"type": "bitmap",
"file": "ltextras:font/collectible/purchased_english.png",
"file": "lt:font/collectible/purchased_english.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -11,7 +11,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/reward_english.png",
"file": "lt:font/collectible/reward_english.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -20,7 +20,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/milestone_english.png",
"file": "lt:font/collectible/milestone_english.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -29,7 +29,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/secret_english.png",
"file": "lt:font/collectible/secret_english.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -38,7 +38,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/utility_english.png",
"file": "lt:font/collectible/utility_english.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -47,7 +47,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/purchased_spanish.png",
"file": "lt:font/collectible/purchased_spanish.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -56,7 +56,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/reward_spanish.png",
"file": "lt:font/collectible/reward_spanish.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -65,7 +65,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/milestone_spanish.png",
"file": "lt:font/collectible/milestone_spanish.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -74,7 +74,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/secret_spanish.png",
"file": "lt:font/collectible/secret_spanish.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -83,7 +83,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/utility_spanish.png",
"file": "lt:font/collectible/utility_spanish.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -92,7 +92,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/purchased_french.png",
"file": "lt:font/collectible/purchased_french.png",
"ascent": 10,
"height": 12,
"chars": [
Expand All @@ -101,7 +101,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/reward_french.png",
"file": "lt:font/collectible/reward_french.png",
"ascent": 10,
"height": 12,
"chars": [
Expand All @@ -110,7 +110,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/milestone_french.png",
"file": "lt:font/collectible/milestone_french.png",
"ascent": 10,
"height": 12,
"chars": [
Expand All @@ -119,7 +119,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/secret_french.png",
"file": "lt:font/collectible/secret_french.png",
"ascent": 7,
"height": 9,
"chars": [
Expand All @@ -128,7 +128,7 @@
},
{
"type": "bitmap",
"file": "ltextras:font/collectible/utility_french.png",
"file": "lt:font/collectible/utility_french.png",
"ascent": 10,
"height": 12,
"chars": [
Expand Down

0 comments on commit bb42ed2

Please sign in to comment.