mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-13 00:35:10 +01:00
fix: support 1.21.9 pack format changes
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"supported_formats": [15, 99],
|
||||
"description": "§2Version ${version} §a${edition}\n§e©Motschen ${year} | MIT Licence"
|
||||
"supported_formats": [15, 255],
|
||||
"min_format": 15,
|
||||
"max_format": 255,
|
||||
"description": "§2Version ${version}\n§e©Motschen ${year} | MIT Licence"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"supported_formats": [15, 99],
|
||||
"description": "§2Version 8.0 §a\n§e©Motschen 2025 | MIT Licence"
|
||||
"supported_formats": [15, 255],
|
||||
"min_format": 15,
|
||||
"max_format": 255,
|
||||
"description": "§2Version 8.1\n§e©Motschen 2025 | MIT Licence"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user