Move pack.mcmeta to the common sources.

This commit is contained in:
Tyler Hancock 2021-09-27 23:49:45 -06:00
parent 4b0dae67f9
commit 429fa81612
No known key found for this signature in database
GPG Key ID: D10D32949D03E695
2 changed files with 6 additions and 7 deletions

View File

@ -0,0 +1,6 @@
{
"pack": {
"description": "${mod_name}",
"pack_format": 6,
}
}

View File

@ -1,7 +0,0 @@
{
"pack": {
"description": "examplemod resources",
"pack_format": 6,
"_comment": "A pack_format of 6 requires json lang files and some texture changes from 1.16.2. Note: we require v6 pack meta for all mods."
}
}