Add pack-type-specific format versions in pack metadata. Fixes #8563 (#8612)

This commit is contained in:
sciwhiz12 2022-06-01 01:36:44 +08:00 committed by GitHub
parent c1b7b55c9e
commit 9a3c0ec02d

View file

@ -1,6 +1,8 @@
{ {
"pack": { "pack": {
"description": "examplemod resources", "description": "examplemod resources",
"pack_format": 9 "pack_format": 9,
"forge:resource_pack_format": 8,
"forge:data_pack_format": 9
} }
} }