From 870fd36d28dc8160a36e49dff173ba2b000618b9 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Sat, 10 Feb 2018 09:28:54 -0600 Subject: Did some clean up. --- src/main/resources/pack.mcmeta | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/main/resources/pack.mcmeta') diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index fd6f688..4018267 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,7 @@ { - "pack": { - "pack_format": 1, - "description": "Resources used for Tinkers Defense" - } -} \ No newline at end of file + "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)." + } +} -- cgit v1.2.3