Created
January 9, 2018 00:07
-
-
Save ItsPepperpot/c927e635fb9609cfa2a97c93327f33f2 to your computer and use it in GitHub Desktop.
Minecraft Resource Pack MCMETA file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pack": { | |
"pack_format": 3, | |
"description": "My Resource Pack" | |
}, | |
"language": { | |
"LANG_COUNTRY": { | |
"name": "My Custom Language", | |
"region": "Country/Region name", | |
"bidirectional": false | |
} | |
} | |
} |
is there a way to select multiple "pack_format"
s? i wanna do something like 3,4,5,6,7,8,9
for 11x-19x
Its like a JSON file :J in simple its a text file that java reads what's inside its build in.
{ "pack": { "pack_format": 1, "description": " pvprp.com | devil.com | By Y E S A" }
}
Would be nice if you could add Overlay settings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok thanks btw it works fine :)
{
"pack": {
"pack_format": 3,
"description": "My Resource Pack"
}