Skip to content

Instantly share code, notes, and snippets.

@ItsPepperpot
Created January 9, 2018 00:07
Show Gist options
  • Save ItsPepperpot/c927e635fb9609cfa2a97c93327f33f2 to your computer and use it in GitHub Desktop.
Save ItsPepperpot/c927e635fb9609cfa2a97c93327f33f2 to your computer and use it in GitHub Desktop.
Minecraft Resource Pack MCMETA file
{
"pack": {
"pack_format": 3,
"description": "My Resource Pack"
},
"language": {
"LANG_COUNTRY": {
"name": "My Custom Language",
"region": "Country/Region name",
"bidirectional": false
}
}
}
@okunamayanad-zz
Copy link

okunamayanad-zz commented Jun 22, 2022

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

@MCpwnCS
Copy link

MCpwnCS commented Aug 30, 2022

Its like a JSON file :J in simple its a text file that java reads what's inside its build in.

@AyhanYesa
Copy link

{ "pack": { "pack_format": 1, "description": " pvprp.com | devil.com | By Y E S A" }
}

@blryface
Copy link

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