diff --git a/input/pack.mcmeta b/input/pack.mcmeta index d3b4674..f85415c 100644 --- a/input/pack.mcmeta +++ b/input/pack.mcmeta @@ -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" } -} \ No newline at end of file +} diff --git a/pack.mcmeta b/pack.mcmeta index fdde2ac..175a654 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -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" } -} \ No newline at end of file +}