fix: Fix bundle progress bars being broken

AKA: it's mcmeta stuff again

(for some reason, i don't know why it happens it just does???)
This commit is contained in:
NormalFery 2025-06-17 13:12:45 +01:00
parent 9729e97125
commit 64c0fa2916
6 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 12,
"height": 12,
"border": 2
}
}
}

View File

@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 6,
"height": 6,
"border": 2
}
}
}

View File

@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 6,
"height": 6,
"border": 2
}
}
}

View File

@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 24,
"height": 24,
"border": 4
}
}
}

View File

@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 24,
"height": 24,
"border": 4
}
}
}

View File

@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 24,
"height": 24,
"border": 4
}
}
}