mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-13 03:05:09 +01:00
fix: support 1.21.9 pack format changes
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 15,
|
"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"
|
"description": "§2Version ${version} §a${edition}\n§e©Motschen ${year} | MIT Licence"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 15,
|
"pack_format": 15,
|
||||||
"supported_formats": [15, 99],
|
"supported_formats": [15, 255],
|
||||||
"description": "§2Version 9.3 §aVanilla Edition\n§e©Motschen 2025 | MIT Licence"
|
"min_format": 15,
|
||||||
|
"max_format": 255,
|
||||||
|
"description": "§2Version 9.4 §a§aVanilla Edition\n§e©Motschen 2025 | MIT Licence"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user