created resources directories

This commit is contained in:
Mohammad-Ali Minaie
2018-10-07 14:12:33 -04:00
parent 2d37944afe
commit 62c61a5702
12 changed files with 30 additions and 20 deletions

View File

@@ -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.assets.sample.lang). A pack_format of 2 will load your mod resources with LegacyV2Adapter, which requires language files to have uppercase letters (eg: en_US.assets.sample.lang)."
}
}