Skip to content

Commit bcc0447

Browse files
authored
Update pack format to align with Minecraft 1.19 (#80)
* Update pack format to align with Minecraft 1.19 This uses the resource pack format for 1.19, rather than the data pack format which is currently 10 for 1.19. * Use Forge-specific pack format keys This allows Forge environments to apply the proper pack format when the pack is loaded as either a resource pack or a data pack. As MC is lenient on additional keys, this does not break Fabric/other environments.
1 parent a521653 commit bcc0447

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"pack": {
33
"description": "${mod_description}",
4-
"pack_format": 8
4+
"pack_format": 9,
5+
"forge:resource_pack_format": 9,
6+
"forge:data_pack_format": 10
57
}
68
}

0 commit comments

Comments
 (0)