Compare commits

...

1 Commits

Author SHA1 Message Date
Martin Prokoph
0b7a4ef86f fix: support 1.21.9 pack format changes 2025-09-23 12:38:27 +02:00
2 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
{ {
"pack": { "pack": {
"pack_format": 15, "pack_format": 15,
"supported_formats": [15, 99], "supported_formats": [15, 255],
"description": "§2Version ${version} §a${edition}\n§e©Motschen ${year} | MIT Licence" "min_format": 15,
"max_format": 255,
"description": "§2Version ${version}\n§e©Motschen ${year} | MIT Licence"
} }
} }

View File

@@ -1,7 +1,9 @@
{ {
"pack": { "pack": {
"pack_format": 15, "pack_format": 15,
"supported_formats": [15, 99], "supported_formats": [15, 255],
"description": "§2Version 8.0 §a\n§e©Motschen 2025 | MIT Licence" "min_format": 15,
"max_format": 255,
"description": "§2Version 8.1\n§e©Motschen 2025 | MIT Licence"
} }
} }