2
How to make a resource pack
i need help makeing a resource pack for items
4
same here.
this does not realy help
If you just need a few items, then
First you need to make a folder structure like this...
RESOURCEPACK\assets\minecraft\textures\item\
Inside the item folder you put the texture .png files that are named the same as they are in vanilla minecraft.
Then you need to open notepad and type in...
{
"pack": {
"pack_format": 5,
"description": "The Description you want"
}
}
Save that file as "pack.mcmeta" in the top level "RESOURCEPACK" folder. (that folder can be named whatever you want).
Then you just compress the whole thing as a .zip file and save it in your minecraft resource packs folder.
If you need anymore details then that let me know and I'll try to be more specific.
Good luck!
First you need to make a folder structure like this...
RESOURCEPACK\assets\minecraft\textures\item\
Inside the item folder you put the texture .png files that are named the same as they are in vanilla minecraft.
Then you need to open notepad and type in...
{
"pack": {
"pack_format": 5,
"description": "The Description you want"
}
}
Save that file as "pack.mcmeta" in the top level "RESOURCEPACK" folder. (that folder can be named whatever you want).
Then you just compress the whole thing as a .zip file and save it in your minecraft resource packs folder.
If you need anymore details then that let me know and I'll try to be more specific.
Good luck!
