summaryrefslogtreecommitdiff
path: root/src/main/resources/pack.mcmeta
diff options
context:
space:
mode:
authorLance5057 <lance5057@gmail.com>2018-02-10 09:28:54 -0600
committerLance5057 <lance5057@gmail.com>2018-02-10 09:28:54 -0600
commit870fd36d28dc8160a36e49dff173ba2b000618b9 (patch)
tree22aad1962e9e387bc902f2908d7c41e58f70132c /src/main/resources/pack.mcmeta
parent058852c525b310ff902baac2af516b71a64a39da (diff)
Did some clean up.
Diffstat (limited to 'src/main/resources/pack.mcmeta')
-rw-r--r--src/main/resources/pack.mcmeta11
1 files changed, 6 insertions, 5 deletions
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)."
+ }
+}