fix: support 1.21.9 pack format changes

This commit is contained in:
Martin Prokoph
2025-09-23 12:36:12 +02:00
parent d64113846e
commit cff1c35d29
2 changed files with 9 additions and 5 deletions

View File

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

View File

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