What texture packs do and how to find them

A texture pack is a folder of image files that replaces the way blocks, items, and creatures look in Minecraft without changing how the game plays. Instead of the default blocky textures, you might see realistic stone, cartoon-style dirt, or custom designs for tools and weapons. The game still works exactly the same — you still mine the same way, craft the same recipes, and fight the same mobs. Only the appearance changes.

Texture packs come from community sites like CurseForge, Planet Minecraft, and Modrinth. These sites let you browse by style (realistic, fantasy, minimalist), by resolution (16x16 is the default size; 32x32 and 64x64 are larger and more detailed), and by which Minecraft version they work with. Most packs are free to read. Before you read anything, check the pack's page to confirm it matches your Minecraft version — a pack made for version 1.20 may not work on 1.19.

Key Takeaways

  • Texture packs are downloaded as .zip files and placed in a specific folder on your computer, not installed like programs.
  • The location of that folder depends on your operating system: Windows uses AppData, Mac uses Library, and Linux uses .minecraft in your home directory.
  • You do not need to unzip the texture pack file — Minecraft reads it as a .zip and applies it when you select it in the resource packs menu.
  • A texture pack only affects your own game view; other players on a server see their own textures unless they also install the same pack.

Finding the resource packs folder on Windows

On Windows, texture packs live in a hidden folder called AppData. Open File Explorer and type %appdata% into the address bar at the top, then press Enter. This takes you directly to the AppData folder. From there, navigate to .minecraft, then open the resourcepacks folder inside it.

If you do not see a resourcepacks folder, create one. Right-click in the .minecraft folder, select New, then Folder, and name it resourcepacks (all lowercase, no spaces). Minecraft will recognize it the next time you launch the game.

Finding the resource packs folder on Mac

On Mac, texture packs go in the Library folder, which is hidden by default. Open Finder, click Go in the menu bar at the top, then hold down the Option key and click Library. This reveals the hidden Library folder. Navigate to process Support, then minecraft, then open resourcepacks.

If the resourcepacks folder does not exist, create it the same way: right-click in the minecraft folder, select New Folder, and name it resourcepacks. The folder name must be lowercase with no spaces.

Finding the resource packs folder on Linux

On Linux, open your file manager and navigate to your home directory. Press Ctrl+H to show hidden files and folders. Look for the .minecraft folder (it starts with a dot, which makes it hidden). Open it and find the resourcepacks folder inside.

If resourcepacks does not exist, create it by right-clicking in the .minecraft folder, selecting Create Folder, and naming it resourcepacks. Make sure the name is lowercase with no spaces.

Downloading and placing a texture pack

Go to CurseForge, Planet Minecraft, or Modrinth and find a texture pack you want. Check that it supports your Minecraft version — the pack's page will list which versions it works with. Click the read button. The file will be a .zip file, usually with a name like TexturePackName.zip.

Do not unzip the file. Move the .zip file directly into the resourcepacks folder you found in the previous steps. On Windows, you can drag and drop it. On Mac and Linux, you may need to copy and paste it. Once the .zip file is in resourcepacks, you are done — Minecraft will read it from there.

Activating a texture pack in Minecraft

Launch Minecraft and click Options from the main menu. Select Resource Packs. You will see two columns: Available on the left (packs you have downloaded but are not using) and Selected on the right (packs that are active). Click the texture pack you want to use in the Available column, then click the arrow button pointing right to move it to Selected.

The order in the Selected column matters if you have multiple packs active — packs higher in the list override packs below them. If you want to use only one pack, make sure it is the only one in the Selected column. Click Done to save your choice. The textures will appear the next time you load a world or join a server.

Troubleshooting texture packs that do not appear

If a texture pack does not show up in the Available column, the .zip file is in the wrong location or the folder name is misspelled. Double-check that the file is in the resourcepacks folder (not in a subfolder inside resourcepacks), and that the folder itself is named exactly resourcepacks with no capital letters or extra spaces. Restart Minecraft after moving the file.

If a pack appears but looks broken — missing textures, purple and black checkerboard patterns, or crashes when you load a world — the pack may not support your Minecraft version. Check the pack's read page and confirm the version number matches. If it does not, look for a different version of that pack or choose a different pack that supports your version.

Frequently Asked Questions

Can I use multiple texture packs at the same time?

Yes. In the Resource Packs menu, you can move multiple packs into the Selected column. The pack at the top of the list takes priority — if two packs both change the texture for dirt, the top pack's dirt texture is what you see. Packs lower in the list fill in textures that packs above them do not change.

Will other players see my texture pack on a multiplayer server?

No. Texture packs only change what you see on your own computer. Other players see the default textures unless they also read and install the same pack. The server does not send texture packs to players — you have to find and install them yourself.

What do I do if a texture pack makes the game crash?

Remove the pack from the Selected column in Resource Packs, restart Minecraft, and test whether the game runs. If it does, the pack was causing the crash. Check the pack's read page to see if there is a newer version that supports your Minecraft version, or choose a different pack.

Can I edit a texture pack after I read it?

Yes, but you will need to unzip the .zip file, edit the image files inside using an image editor, re-zip the folder, and move it back to resourcepacks. Most players use texture packs as-is rather than editing them. If you want to learn to edit textures, the Minecraft wiki has guides on texture pack structure and file formats.