I am trying to make a private resource pack currently and I cannot create any textures. I have followed a couple tutorials and still wont work.
Basically, my issue goes like this: I have created a new pack in the resource packs folder. Then I open up my minecraft game and select my resource pack. I hop in game and it uses the default textures. None of my textures are being used? I am very confused and I cannot figure out a solution. Please Help!
More Info:
1. I am modifying R3d Craft's Resource pack to my liking.
2. Other Resource Packs work perfectly
Please make sure that you are properly placing the textures in the correct location.
For starters, all resource packs will require a meta file in the root zip / folder, called "pack.mcmeta".
Open this file with a text editor and make sure that the contents are similar to this.
Then, you want to make sure there is an assets folder in the root.
In assets, you should have a folder called "minecraft".
In "minecraft" you should have a folder called "textures".
In "textures", all the textures for the game should be in blocks / items / environment / entity / GUI / map / misc / painting / font and so on.
Yes, I have done that. I followed a tutorial that told me to do all of that.
I think what is happening is because minecraft uses the default textures if it doesn't find a texture for a specified block or item, it isn't seeing my textures at all. The problem is, I checked side by side, a resource pack that works and mine, and went through the directories, but didn't find any differences.
EDIT: I'm so sorry, I just realized I named the assets folder assests. Fixed
I am trying to make a private resource pack currently and I cannot create any textures. I have followed a couple tutorials and still wont work.
Basically, my issue goes like this: I have created a new pack in the resource packs folder. Then I open up my minecraft game and select my resource pack. I hop in game and it uses the default textures. None of my textures are being used? I am very confused and I cannot figure out a solution. Please Help!
More Info:
1. I am modifying R3d Craft's Resource pack to my liking.
2. Other Resource Packs work perfectly
I can provide further information if needed too.
-Atte
Please make sure that you are properly placing the textures in the correct location.
For starters, all resource packs will require a meta file in the root zip / folder, called "pack.mcmeta".
Open this file with a text editor and make sure that the contents are similar to this.
Then, you want to make sure there is an assets folder in the root.
In assets, you should have a folder called "minecraft".
In "minecraft" you should have a folder called "textures".
In "textures", all the textures for the game should be in blocks / items / environment / entity / GUI / map / misc / painting / font and so on.
I think what is happening is because minecraft uses the default textures if it doesn't find a texture for a specified block or item, it isn't seeing my textures at all. The problem is, I checked side by side, a resource pack that works and mine, and went through the directories, but didn't find any differences.
EDIT: I'm so sorry, I just realized I named the assets folder assests. Fixed