Adjust pack_format value to match version expectations for 1.15.2,

1.17.1
This commit is contained in:
Mike Primm 2021-12-01 22:42:28 -06:00
parent ac4b6fe60c
commit 724fc2b367
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"description": "Dynmap resources", "description": "Dynmap resources",
"pack_format": 4 "pack_format": 5
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"description": "Dynmap resources", "description": "Dynmap resources",
"pack_format": 6 "pack_format": 7
} }
} }