fix up the examplemod for new FML and add a couple of extra bits.

This commit is contained in:
cpw 2018-09-30 14:29:03 -04:00
parent a171cf3efe
commit c83b13d45c
4 changed files with 97 additions and 31 deletions

View file

@ -1,7 +1,7 @@
{
"pack": {
"description": "examplemod resources",
"pack_format": 3,
"_comment": "A pack_format of 3 should be used starting with Minecraft 1.11. All resources, including language files, should be lowercase (eg: en_us.lang). A pack_format of 2 will load your mod resources with LegacyV2Adapter, which requires language files to have uppercase letters (eg: en_US.lang)."
"pack_format": 4,
"_comment": "A pack_format of 4 requires json lang files. Note: we require v4 pack meta for all mods."
}
}