diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-08-12 17:08:54 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-08-12 17:08:54 -0400 |
| commit | b8b41aa5846dae5a9bbf4fee82020f1d9e2b2a48 (patch) | |
| tree | 9bce3e85926cfb68b3ebbc5d89f13ce10736e32d /src/main/resources/pack.mcmeta | |
Diffstat (limited to 'src/main/resources/pack.mcmeta')
| -rw-r--r-- | src/main/resources/pack.mcmeta | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta new file mode 100644 index 0000000..4018267 --- /dev/null +++ b/src/main/resources/pack.mcmeta @@ -0,0 +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)." + } +} |
