Compare commits

..

12 commits

79 changed files with 187 additions and 22 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
build build
build.zip build.zip
*.zip

View file

@ -0,0 +1,162 @@
{
"providers": [
{
"type": "reference",
"id": "space"
},
{
"type": "space",
"advances": {
" ": 4,
"": 0
}
},
{
"type": "bitmap",
"file": "font/language/wynncraft.png",
"ascent": 7,
"chars": [
"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
" !\"#$%&'()*+,-./",
"0123456789:;<=>?",
"@ABCDEFGHIJKLMNO",
"PQRSTUVWXYZ[\\]^_",
"`abcdefghijklmno",
"pqrstuvwxyz{|}~\u0000",
"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000£\u0000\u0000ƒ",
"\u0000\u0000\u0000\u0000\u0000\u0000ªº\u0000\u0000¬\u0000\u0000\u0000«»",
"░▒▓│┤╡╢╖╕╣║╗╝╜╛┐",
"└┴┬├─┼╞╟╚╔╩╦╠═╬╧",
"╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀",
"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000∅∈\u0000",
"≡±≥≤⌠⌡÷≈°∙\u0000√ⁿ²■\u0000"
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/level.png",
"ascent": -33,
"height": 10,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/display.png",
"ascent": -16,
"chars": [
"",
"\u0000\u0000\u0000\u0000"
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/hotbar.png",
"ascent": -4,
"height": 64,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/health.png",
"ascent": -26,
"chars": [
"",
"",
"",
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/health_background.png",
"ascent": -15,
"height": 20,
"chars": [
"",
"",
"",
"",
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/mana.png",
"ascent": -26,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/mana_background.png",
"ascent": -15,
"height": 20,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/meter.png",
"ascent": -14,
"height": 27,
"chars": [
"\u0000\u0000\u0000\u0000",
"",
"",
"\u0000\u0000\u0000\u0000\u0000",
"",
"",
"\u0000\u0000\u0000\u0000\u0000"
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/sprint.png",
"ascent": -14,
"height": 27,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/breath.png",
"ascent": -14,
"height": 27,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/spell.png",
"ascent": 12,
"height": 16,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/special.png",
"ascent": -54,
"height": 32,
"chars": [
"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
"",
"",
"",
"",
""
]
}
]
}

View file

@ -52,7 +52,7 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "font/interface/mastery_tome/mastery_tome.png", "file": "font/interface/mastery_tome/mastery_tome.png",
"ascent": 21, "ascent": 64,
"height": 256, "height": 256,
"chars": [ "chars": [
"" ""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 518 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 526 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 535 B

View file

@ -1 +0,0 @@
{"animation":{"frametime":20,"interpolate":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 966 B

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 662 B

View file

@ -7,29 +7,41 @@
}, },
"description": [ "description": [
{ {
"text": "EnderNon Dark Pack", "text": "EnderNon DarkPack",
"color": "#a45af9" "color": "#a45af9",
"bold": true
}, },
{ {
"text": " " "text": " ",
"bold": false
}, },
{ {
"text": "Wynn 2.1.1", "text": "v3.1.0",
"color": "gray" "color": "dark_purple",
"bold": true
}, },
{ {
"text": "\n" "text": "\n",
"bold": false
}, },
{ {
"text": "MC 1.20.0+", "text": "Wynn2.1.1",
"color": "gray" "color": "#bbd65a",
"bold": false
}, },
{ {
"text": " " "text": " ",
"bold": false
}, },
{ {
"text": "Jan. 06, 2025", "text": "MC1.20.0+",
"color": "dark_gray" "color": "#7d5a3d",
"bold": false
},
{
"text": " 09.01.2025",
"color": "gray",
"bold": false
} }
] ]
} }