fix graves supported format number

This commit is contained in:
=
2025-12-09 08:27:06 +00:00
parent c147f1e522
commit 34680d2efa

View File

@@ -1,8 +1,8 @@
{ {
"pack": { "pack": {
"pack_format": 48, "pack_format": 48,
"supported_formats": {"min_inclusive": 88, "max_inclusive": 88}, "supported_formats": {"min_inclusive": 48, "max_inclusive": 88},
"min_format": 88, "min_format": 48,
"max_format": 88, "max_format": 88,
"description": [{"text":"Graves","color":"gold"}, {"text": "\nvanillatweaks.net", "color": "yellow"}] "description": [{"text":"Graves","color":"gold"}, {"text": "\nvanillatweaks.net", "color": "yellow"}]
}, },