add more mcmetas

This commit is contained in:
Pomi108
2023-10-14 22:38:17 +02:00
parent ae9c6715a3
commit d48b55a5b2
3 changed files with 40 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,15 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 8,
"height": 20,
"border": {
"left": 2,
"top": 2,
"right": 2,
"bottom": 3
}
}
}
}

View File

@@ -0,0 +1,15 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 8,
"height": 20,
"border": {
"left": 2,
"top": 2,
"right": 2,
"bottom": 3
}
}
}
}