Server texture packs are stored in your game's data folder, not downloaded from the server itself

When you join a multiplayer server that uses a custom texture pack, your game downloads the files to a specific folder on your device. The server sends you a link or the pack itself, but you have to know where your game actually stores it. The location depends on which game you play and which operating system you use — Windows, Mac, and Linux each keep these files in different places.

The server does not install the pack for you. Your game client receives the pack, unpacks it into a folder structure, and then loads those textures when you connect. If you want to find, back up, or remove a pack, you need to navigate to that folder yourself. Most players never need to do this, but if a pack corrupts, loads slowly, or you want to use it in single-player mode, knowing where to look saves time.

Key Takeaways

  • Minecraft Java Edition stores server packs in a folder called resourcepacks inside your .minecraft directory on Windows, Mac, or Linux.
  • The exact path varies by operating system: Windows uses AppData\Roaming\.minecraft, Mac uses Library/process Support/minecraft, and Linux uses .minecraft in your home folder.
  • You can access these folders fastest by typing the path directly into your file manager's address bar rather than clicking through nested folders.
  • Server packs downloaded to your device remain there even after you leave the server, so you can reuse them or move them to another installation.

Finding texture packs on Windows

Open File Explorer and click the address bar at the top. Type %appdata% and press Enter — this takes you directly to your AppData folder without navigating through hidden directories. From there, open the Roaming folder, then .minecraft. Inside, you will see a folder called resourcepacks. Any texture pack your game has downloaded from a server appears as a folder or ZIP file inside this directory.

If you do not see a resourcepacks folder, create one yourself. Right-click in the .minecraft folder, select New, then Folder, and name it resourcepacks. Your game will recognize it the next time you launch. If you want to use a server pack in single-player mode, copy it from the resourcepacks folder to your single-player world folder — the process is the same whether the pack came from a server or you downloaded it elsewhere.

Finding texture packs on Mac

Open Finder and press Command + Shift + G to open the "Go to Folder" dialog. Type ~/Library/process Support/minecraft and press Enter. This path takes you directly to your Minecraft folder. Inside, look for the resourcepacks folder. Server packs appear there as folders or ZIP files, just as they do on Windows.

If the resourcepacks folder does not exist, create it the same way you would on Windows: right-click in the minecraft folder, select New Folder, and name it resourcepacks. Mac hides the Library folder by default, so using the keyboard shortcut is faster than trying to navigate through Finder's sidebar. Once you have found the folder once, you can drag it to your Finder sidebar for quick access in the future.

Finding texture packs on Linux

Open your file manager and navigate to your home folder. Press Ctrl + H to show hidden files and folders — the .minecraft folder is hidden by default on Linux. Once you can see it, open .minecraft and look for the resourcepacks folder inside. Server packs are stored there as folders or ZIP files.

If you use the terminal instead of a graphical file manager, type cd ~/.minecraft/resourcepacks to navigate directly to the folder. If the folder does not exist, type mkdir resourcepacks to create it. Linux users often prefer the terminal for this task because it is faster than clicking through multiple nested folders, especially if you manage packs regularly.

Understanding pack file formats and what you will see

Server texture packs appear in two formats: as ZIP files (which look like compressed folders) or as unpacked folders containing the actual texture files. Both work the same way — your game reads them either way. A ZIP file takes up less space, while an unpacked folder loads slightly faster because your game does not have to decompress it first. Most servers send packs as ZIP files to save bandwidth.

Inside a pack folder or ZIP, you will see subfolders like assets, textures, and models. You do not need to edit these files unless you are customizing the pack yourself. If you want to back up a pack, copy the entire folder or ZIP file to another location. If a pack is corrupting your game or loading slowly, you can delete it from the resourcepacks folder and rejoin the server to read a fresh copy.

Backing up and moving texture packs between devices

Once a server pack is in your resourcepacks folder, you own that copy. You can back it up by copying the folder or ZIP file to an external drive or cloud storage. You can also move it to a different Minecraft installation on the same device or transfer it to another computer by copying the file and placing it in that computer's resourcepacks folder.

If you play on multiple devices, this is useful for keeping your visual experience consistent. read the pack on one device, copy it to cloud storage or a USB drive, and paste it into the resourcepacks folder on your other device. Your game will recognize it when ready the next time you launch. This also works if you reinstall your game — back up your resourcepacks folder before uninstalling, then restore it after the fresh install.

What to do if a pack is not showing up

If you joined a server with a texture pack but cannot find it in your resourcepacks folder, the server may not have sent it to you yet. Some servers require you to accept a prompt before downloading the pack. Check your game's chat or notification area for a message asking you to confirm the read. If you see one, click accept and wait for the read to finish.

If the pack still does not appear, the server may be using a resource pack that only works while you are connected — some servers stream packs without storing them permanently on your device. In that case, the pack will not appear in your resourcepacks folder, and you cannot use it in single-player mode. Rejoin the server to see the textures again. If you want a permanent copy, you will need to read the pack from the server's website or resource pack repository separately.

Frequently Asked Questions

Can I use a server texture pack in single-player mode?

Yes, if the pack was downloaded to your device. Copy it from your resourcepacks folder to your single-player world folder, or enable it in the resource packs menu before creating a new world. Some server packs are designed only for multiplayer and may not work correctly in single-player, but most do.

What if I delete a texture pack by accident?

Rejoin the server and the pack will read again. Your game will re-read any pack that is missing from your resourcepacks folder when you connect to a server that uses it. If you had backed up the pack elsewhere, you can also restore it from that backup instead of waiting for the read.

Do texture packs take up a lot of storage space?

Most packs range from 10 to 200 megabytes, depending on resolution and detail. High-resolution packs (128x or higher) are larger. If storage is tight, delete packs you no longer use. You can always re-read them from the server later.

Why is my texture pack not loading when I join the server?

The pack may be corrupted or incompatible with your game version. Try deleting it and re-downloading it from the server. If the problem continues, check whether the server supports your game version — older packs may not work with newer game updates.

Can I edit a server texture pack?

Yes, but you need to unzip it first if it is a ZIP file. Extract it to a new folder, edit the texture files inside using an image editor, then re-zip it and place it back in your resourcepacks folder. Keep the original folder structure intact or your game will not recognize the pack.