feat!: Implement 25w31a Format Changes

This commit is contained in:
blryface 2025-07-29 17:43:19 -03:00
parent 1ab8cfd28d
commit 700bba40b0

View File

@ -1,19 +1,17 @@
{ {
"pack": { "pack": {
"pack_format": 32, "min_format": 18,
"supported_formats": [ "max_format": 9999,
18, "pack_format": 18,
9999 "supported_formats": [18, 9999],
], "description": "PrideGUI 3.0.1\n§oBy Pridecraft Studios"
"description": "PrideGUI 3.0.0 | Pridecraft Studios"
}, },
"overlays": { "overlays": {
"entries": [ "entries": [
{ {
"formats": [ "min_format": 46,
46, "max_format": 9999,
9999 "formats": [46, 9999],
],
"directory": "46" "directory": "46"
} }
] ]