fix: resourcepacks appearing as outdated

This commit is contained in:
Martin Prokoph
2025-12-11 16:28:57 +01:00
parent 381d715fa8
commit 13adff2e26
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
{ {
"pack": { "pack": {
"pack_format": 15, "pack_format": 15,
"supported_formats": [15, 999], "supported_formats": [15, 255],
"min_format": 15,
"max_format": 255,
"description": "Makes controller tooltips use similar icons to Bedrock Edition" "description": "Makes controller tooltips use similar icons to Bedrock Edition"
} }
} }

View File

@@ -1,7 +1,9 @@
{ {
"pack": { "pack": {
"pack_format": 15, "pack_format": 15,
"supported_formats": [15, 999], "supported_formats": [15, 255],
"min_format": 15,
"max_format": 255,
"description": "Makes controller icons look similar to Legacy Console Edit." "description": "Makes controller icons look similar to Legacy Console Edit."
} }
} }