Skip to content

Commit 0b7a4ef

Browse files
committed
fix: support 1.21.9 pack format changes
1 parent e28035d commit 0b7a4ef

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

input/pack.mcmeta

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"pack": {
33
"pack_format": 15,
4-
"supported_formats": [15, 99],
5-
"description": "§2Version ${version} §a${edition}\n§e©Motschen ${year} | MIT Licence"
4+
"supported_formats": [15, 255],
5+
"min_format": 15,
6+
"max_format": 255,
7+
"description": "§2Version ${version}\n§e©Motschen ${year} | MIT Licence"
68
}
7-
}
9+
}

pack.mcmeta

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"pack": {
33
"pack_format": 15,
4-
"supported_formats": [15, 99],
5-
"description": "§2Version 8.0 §a\n§e©Motschen 2025 | MIT Licence"
4+
"supported_formats": [15, 255],
5+
"min_format": 15,
6+
"max_format": 255,
7+
"description": "§2Version 8.1\n§e©Motschen 2025 | MIT Licence"
68
}
7-
}
9+
}

0 commit comments

Comments
 (0)