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
}
}
}
@oscarthejouch
Copy link

oscarthejouch commented Jun 13, 2020

i am having lots of trouble with turning a txt file to a mcmeta file.
could you make a mcmetafile with
{
"pack": {
"pack_format": 5,
"description": "c'mon please work"
}
}
in it?
Please and thank you!
other help would also be appreciated

@ItsPepperpot
Copy link
Author

ItsPepperpot commented Jun 13, 2020

Hi,
The code you put should already work fine. Make sure it saved as "pack.mcmeta" without .txt on the end. To make sure you can change the filetype, on Windows, ensure "File name extensions" is enabled in File Explorer.
How to enable File name extensions in File Explorer
You should then be able to change the filetype.
How to rename to pack.mcmeta in File Explorer
Keep in mind that a pack_format of 5 is intended for Minecraft version 1.15 and 1.16. Check here to see which format to use.
Ideally you should put it in a .zip file, then put that .zip in your .minecraft/resourcepacks folder. It should then appear in Minecraft.
Result inside Minecraft

@Chander2007
Copy link

Los archivos pack.mcmeta sierve para minecraft pe o solo para windows?

@ItsPepperpot
Copy link
Author

ItsPepperpot commented Jun 18, 2020

The pack.mcmeta is for Java Edition. Minecraft for Android/iOS uses the Marketplace, which is a different system.
See https://www.minecraft.net/en-us/partner
Edit: Changed URL for the partner page.

@PokeyManatee4
Copy link

Because Java Needs Java Because Its Running Java For Code And Thats Running Code

@Jikko-san
Copy link

Hi,
The code you put should already work fine. Make sure it saved as "pack.mcmeta" without .txt on the end. To make sure you can change the filetype, on Windows, ensure "File name extensions" is enabled in File Explorer.
How to enable File name extensions in File Explorer
You should then be able to change the filetype.
How to rename to pack.mcmeta in File Explorer
Keep in mind that a pack_format of 5 will only work in Minecraft version 1.15 and 1.16. Check here to see which format to use.
Ideally you should put it in a .zip file, then put that .zip in your .minecraft/resourcepacks folder. It should then appear in Minecraft.
Result inside Minecraft
Let me know if you still have any issues.
dude i use windows 7 how do i do this?

@PoolloverNathan
Copy link

Hi,
The code you put should already work fine. Make sure it saved as "pack.mcmeta" without .txt on the end. To make sure you can change the filetype, on Windows, ensure "File name extensions" is enabled in File Explorer.
How to enable File name extensions in File Explorer
You should then be able to change the filetype.
How to rename to pack.mcmeta in File Explorer
Keep in mind that a pack_format of 5 will only work in Minecraft version 1.15 and 1.16. Check here to see which format to use.
Ideally you should put it in a .zip file, then put that .zip in your .minecraft/resourcepacks folder. It should then appear in Minecraft.
Result inside Minecraft
Let me know if you still have any issues.
dude i use windows 7 how do i do this?

Why are you still using Windows 7?

@ItsPepperpot
Copy link
Author

Hi,
The code you put should already work fine. Make sure it saved as "pack.mcmeta" without .txt on the end. To make sure you can change the filetype, on Windows, ensure "File name extensions" is enabled in File Explorer.
How to enable File name extensions in File Explorer
You should then be able to change the filetype.
How to rename to pack.mcmeta in File Explorer
Keep in mind that a pack_format of 5 will only work in Minecraft version 1.15 and 1.16. Check here to see which format to use.
Ideally you should put it in a .zip file, then put that .zip in your .minecraft/resourcepacks folder. It should then appear in Minecraft.
Result inside Minecraft
Let me know if you still have any issues.
dude i use windows 7 how do i do this?

The process is exactly the same on Windows 7.

@Quixyishere
Copy link

ok thanks btw it works fine :)
{
"pack": {
"pack_format": 3,
"description": "My Resource Pack"
}

@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