Compare commits

..

21 commits

Author SHA1 Message Date
fd1080e8e7 bump version 2025-01-29 23:40:53 +00:00
5318c78c98 build script it 2025-01-29 23:40:10 +00:00
71e47ccbad meter fix (sprint values calculated using number of secs per bit on the meter, x2.5, ceiling function) 2025-01-29 23:38:36 +00:00
664fb3c23c wrong version oops 2025-01-25 22:38:53 +00:00
3e3e9921ad bump version 2025-01-25 22:35:47 +00:00
fa1017aa76 change the stamina bar text colour to be white 2025-01-25 22:34:50 +00:00
40bfb86979 hotbar re-overhaul 2025-01-25 22:17:46 +00:00
3184242f76 repositionings 2025-01-25 17:21:24 +00:00
68e200bf86 Fix shaking when taking big damage 2025-01-25 12:54:18 +00:00
484d6f09d7 mini relayout hotbar 2025-01-22 18:17:26 +00:00
6132aa931e revamp the item section of hotbar 2025-01-21 22:22:32 +00:00
d7d6e587db reshuffled align 2025-01-21 22:00:30 +00:00
d4564fa6cb fix mana bg align 2025-01-21 21:38:35 +00:00
ccdbe742b4 Add in the hotbar layout json (I'll be doing something with it in the future) 2025-01-21 21:27:30 +00:00
40c04c4d77 disabled the top right compass (its broken again...) 2025-01-21 21:26:43 +00:00
c4e982a294 hotbar soup up 2025-01-21 21:26:08 +00:00
de537d3bac wynntils soup up 2025-01-18 14:20:36 +00:00
497d2948cd remove some squared icons (those transferred to a seperate pack) 2025-01-13 22:03:34 +00:00
d9840e3647 mastery tome soup up 2025-01-13 21:34:43 +00:00
c315e53b9a now i can rename the zip file build 2025-01-09 01:15:04 +00:00
55e24ef8be new pack.mcmeta format yep 2025-01-09 01:14:07 +00:00
86 changed files with 226 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": -35,
"height": 10,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/display.png",
"ascent": -18,
"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": -28,
"chars": [
"",
"",
"",
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/health_background.png",
"ascent": -17,
"height": 20,
"chars": [
"",
"",
"",
"",
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/mana.png",
"ascent": -28,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/mana_background.png",
"ascent": -17,
"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": -13,
"height": 27,
"chars": [
""
]
},
{
"type": "bitmap",
"file": "font/hud/gameplay/default/bottom_middle/breath.png",
"ascent": -13,
"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: 911 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 878 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 872 B

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: 6.1 KiB

View file

@ -0,0 +1,24 @@
94: 2
90: 1
86: 2
82: 2
78: 1
74: 2
70: 2
66: 1
62: 2
58: 2
54: 1
50: 2
46: 2
42: 1
38: 2
34: 2
30: 1
26: 2
22: 1
18: 2
14: 2
10: 1
6: 2
2: 1

View file

@ -0,0 +1,11 @@
import math
with open('meter.txt', 'r') as file:
lines = file.readlines()
frfrnocap = [int(x.split(" ")[1].strip()) for x in lines]
frfrnocap.reverse()
curtotal = 0.0
for i in frfrnocap:
ez = (i*2.5)
curtotal += ez
print(math.ceil(curtotal))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 799 B

After

Width:  |  Height:  |  Size: 1.1 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: 184 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

@ -41,6 +41,10 @@ fi
# remove all the gimp files (those don't do anything in the final build) # remove all the gimp files (those don't do anything in the final build)
find . -name "*.xcf" -type f -delete find . -name "*.xcf" -type f -delete
# remove any calc scripts and personal info stuff i used too
find . -name "*.txt" -type f -delete
find . -name "*.py" -type f -delete
# zip all files in build dir recursively, into build.zip in base folder. use -0 flag to disable compression. # zip all files in build dir recursively, into build.zip in base folder. use -0 flag to disable compression.
zip -r ../build.zip . -0 zip -r ../build.zip . -0

View file

@ -8,28 +8,40 @@
"description": [ "description": [
{ {
"text": "EnderNon DarkPack", "text": "EnderNon DarkPack",
"color": "#a45af9" "color": "#a45af9",
"bold": true
}, },
{ {
"text": " " "text": " ",
"bold": false
},
{
"text": "v3.3.1",
"color": "dark_purple",
"bold": true
},
{
"text": "\n",
"bold": false
}, },
{ {
"text": "Wynn2.1.1", "text": "Wynn2.1.1",
"color": "gray" "color": "#bbd65a",
"bold": false
}, },
{ {
"text": "\n" "text": " ",
"bold": false
}, },
{ {
"text": "MC1.20.0+", "text": "MC1.20.0+",
"color": "gray" "color": "#7d5a3d",
"bold": false
}, },
{ {
"text": " " "text": " 29.01.2025",
}, "color": "gray",
{ "bold": false
"text": "Jan. 06, 2025",
"color": "dark_gray"
} }
] ]
} }