FAQ (Minecraft)5 min read
How to Create a Custom Texture Pack in Minecraft
Step-by-step guide to making your own Minecraft texture pack from scratch.
Introduction
Minecraft makes it super easy for us to add new textures to the existing blocks in the game. You can add a smiley face on every dirt block, or turn every dirt block into a red-colored block ā the possibilities are endless!
Step 1 ā Access Your Minecraft Files
- 1Press Windows + R and type `%appdata%`, then click OK
- 2Locate the Minecraft folder and open it
- 3Inside, locate the versions folder
- 4Choose the version of Minecraft you want to add a texture pack to
Step 2 ā Extract the Jar File
- 1Inside the version folder, find the .jar file with the JAVA logo
- 2Copy that .jar file to your desktop
- 3Rename the file to .zip ā this converts it into a zip folder
- 4Right-click on the zip file and choose Extract Here
- 5A new folder with the version name will appear ā open it
Step 3 ā Navigate to Textures
- 1Delete everything in the extracted folder except the
assetsfolder - 2Navigate to:
assets ā minecraft ā textures - 3You'll see various texture folders: blocks, paintings, misc, etc.
Step 4 ā Edit Textures
- 1Right-click any texture and use Edit with to open it in Paint or Photoshop
- 2Edit the texture however you like
- 3Save and overwrite the original file
Step 5 ā Create pack.mcmeta
- 1Go back to the main folder (where the
assetsfolder is) - 2Create a new .txt document and save it as `pack.mcmeta` (select "All Files" option)
- 3Open
pack.mcmetawith Notepad++ and paste this code:
{
"pack": {
"pack_format": 4,
"description": "My Custom Pack"
}
}- 1Select both the
pack.mcmetafile and theassetsfolder and compress them into a ZIP file
Step 6 ā Apply in Minecraft
- 1Launch Minecraft, start playing, and pause
- 2Go to Resource Pack options
- 3Click Open Pack Folder and move your ZIP file there
- 4Drag it to the right side and click Done
Was this helpful?
Your feedback helps us write better guides.
Related Articles
More from FAQ (Minecraft).
How to Install and Setup SkinRestorer
Restore player skins on cracked servers using the SkinRestorer plugin.
3 min read
How to Install and Setup GeyserMC
Allow Minecraft Bedrock clients to join Java servers using GeyserMC.
3 min read
How to Install and Use OpeNLogin
Allow players to authenticate ownership of their account on cracked servers.
3 min read
Still need help?
Our team is on Discord around the clock. Real humans, real answers.