Bump resource pack version to 6 (#7299)

This commit is contained in:
sciwhiz12 2020-09-09 04:02:28 +08:00 committed by GitHub
parent 47ba5b7a89
commit 47f05a4fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -233,7 +233,7 @@ public class ClientModLoader
} }
} }
final ResourcePackInfo packInfo = ResourcePackInfo.createResourcePack("mod_resources", true, () -> new DelegatingResourcePack("mod_resources", "Mod Resources", final ResourcePackInfo packInfo = ResourcePackInfo.createResourcePack("mod_resources", true, () -> new DelegatingResourcePack("mod_resources", "Mod Resources",
new PackMetadataSection(new TranslationTextComponent("fml.resources.modresources", hiddenPacks.size()), 5), new PackMetadataSection(new TranslationTextComponent("fml.resources.modresources", hiddenPacks.size()), 6),
hiddenPacks), factory, ResourcePackInfo.Priority.BOTTOM, IPackNameDecorator.field_232625_a_); hiddenPacks), factory, ResourcePackInfo.Priority.BOTTOM, IPackNameDecorator.field_232625_a_);
consumer.accept(packInfo); consumer.accept(packInfo);
} }

View File

@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"pack_format": 5, "pack_format": 6,
"description": "Forge resource pack" "description": "Forge resource pack"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"pack_format": 5, "pack_format": 6,
"description": "Forge tests resource pack" "description": "Forge tests resource pack"
} }
} }