move format16 assets to an overlay folder

This commit is contained in:
blryface 2024-10-16 15:15:02 -03:00 committed by GitHub
parent 80bf7ee0f1
commit 0aa24ce0a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 2 deletions

3
.gitignore vendored
View File

@ -44,4 +44,5 @@ pridepack-5.0-dev.zip_bruh
*.psd *.psd
*.zip *.zip
.bbprojects/ .bbprojects/
.bbmodels/ .bbmodels/
.local/

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -3,5 +3,16 @@
"pack_format": 15, "pack_format": 15,
"supported_formats": [15, 9999], "supported_formats": [15, 9999],
"description": "§cPr§6id§eep§2ac§9k 7§5.0 §r| Joy Update!" "description": "§cPr§6id§eep§2ac§9k 7§5.0 §r| Joy Update!"
},
"overlays": {
"entries": [
{
"formats": [
16,
9999
],
"directory": "format16"
}
]
} }
} }