Skip to content

Commit 13adff2

Browse files
committed
fix: resourcepacks appearing as outdated
1 parent 381d715 commit 13adff2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"pack": {
33
"pack_format": 15,
4-
"supported_formats": [15, 999],
4+
"supported_formats": [15, 255],
5+
"min_format": 15,
6+
"max_format": 255,
57
"description": "Makes controller tooltips use similar icons to Bedrock Edition"
68
}
79
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"pack": {
33
"pack_format": 15,
4-
"supported_formats": [15, 999],
4+
"supported_formats": [15, 255],
5+
"min_format": 15,
6+
"max_format": 255,
57
"description": "Makes controller icons look similar to Legacy Console Edit."
68
}
79
}

0 commit comments

Comments
 (0)