2

How to make a resource pack

Hollowsnans 6/7/20 10:05 pm
305
6/12/2020 11:59 am
i need help makeing a resource pack for items
Posted by
Hollowsnans
Level 32 : Artisan Warrior
16

  Have something to say?

JoinSign in

4

One_Nose
06/12/2020 11:59 am
He/Him • Level 59 : Grandmaster Dragonborn Hero
Check this out.
1
ClassyGonin
06/12/2020 11:19 am
Level 35 : Artisan Miner
same here.
1
DogManYellow
06/08/2020 11:26 am
Level 32 : Artisan Waffle
this does not realy help
1
R_Ryan
06/07/2020 10:32 pm
Level 47 : Master Skinner
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!
1

Welcome