diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-29 22:42:13 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-29 22:43:47 -0500 |
| commit | 13c2fb7482d45a74ca460f6192a16dc8c956923f (patch) | |
| tree | 552bbf97c5d28d8705dbcb1b7c3e8ccf4742d996 /src/main/resources/pack.mcmeta | |
initial commit
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..9bef406 --- /dev/null +++ b/src/main/resources/pack.mcmeta @@ -0,0 +1,7 @@ +{ + "pack": { + "description": "homunculus 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)." + } +} |
