refactor: rename transparent resourcepack

This commit is contained in:
Wapic
2025-03-31 09:38:46 +02:00
parent 41e0cca365
commit 411616eef5
11 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 91,
"height": 184,
"border": 7
}
}
}

View File

@@ -0,0 +1,9 @@
{
"gui": {
"scaling": {
"type": "tile",
"width": 162,
"height": 18
}
}
}

View File

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

View File

@@ -0,0 +1,10 @@
{
"pack": {
"pack_format": 15,
"supported_formats": {
"min_inclusive": 15,
"max_inclusive": 2147483647
},
"description": "Adds a more transparent overlay for Firmament"
}
}