summaryrefslogtreecommitdiff
path: root/src/main/resources/pack.mcmeta
diff options
context:
space:
mode:
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)."
+ }
+}