Bump resource pack version to 6 (#7299)
This commit is contained in:
parent
47ba5b7a89
commit
47f05a4fcd
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 5,
|
"pack_format": 6,
|
||||||
"description": "Forge resource pack"
|
"description": "Forge resource pack"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 5,
|
"pack_format": 6,
|
||||||
"description": "Forge tests resource pack"
|
"description": "Forge tests resource pack"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue