How to install a Minecraft resource pack
4 min read
Installing a pack takes about thirty seconds once you know where the folder is. The two editions work completely differently, so find yours below.
Java Edition
The easiest route never involves finding a folder by hand. Launch Minecraft, go to Options → Resource Packs, and click Open Pack Folder at the bottom left. The game opens the exact directory it loads packs from, on whichever operating system you are using.
Drop your .zip file straight into that folder. Do not unzip it — Minecraft reads the zip as-is. Then switch back to the game; the pack appears in the left column within a second or two. Hover it and click the arrow to move it to the right column, which is the list of packs actually in use. Press Done and the game reloads its textures.
If you need the folder path directly
These are the default locations. On Windows you can paste the path straight into the address bar.
Windows %appdata%\.minecraft\resourcepacks
macOS ~/Library/Application Support/minecraft/resourcepacks
Linux ~/.minecraft/resourcepacksIf you use a custom launcher, a modpack, or a separate game directory per instance, the pack has to go in that instance’s folder rather than the default one. Launchers with instance support each keep their own .minecraft-equivalent directory — the Open Pack Folder button is reliable precisely because it always points at the one the running game is using.
Load order matters
The right-hand column is a stack, and packs at the top win. If two packs both change the same texture, you see the one placed higher. This is worth knowing when a pack seems to do nothing: it may be loading fine and simply sitting underneath another pack that overrides it.
Bedrock Edition
Bedrock uses .mcpack files, and installing one means opening it rather than moving it. Double-click the file on Windows, or tap it in your Files or Downloads app on a phone or tablet and choose Minecraft when asked. The game launches, imports the pack, and shows a confirmation.
Importing does not switch the pack on — it only adds it to your library. To apply it everywhere, go to Settings → Global Resources, find the pack and activate it. To use it in one world only, edit that world and use Resource Packs in its settings instead.
On a phone, use the game's own import
Realms and servers
Server-supplied packs install themselves. If a server sets a resource pack, you are prompted to accept it when you join and the game downloads it automatically — you never touch the folder. A pack you install yourself still applies on servers that do not force their own, so your personal textures follow you around.
When it still does not appear
A pack that never shows up in the list is nearly always a structural problem inside the zip rather than an installation mistake — most often the whole pack folder got zipped instead of its contents. That has its own guide: why your texture pack isn’t working.
CreateTextures builds all of this for you — open the editor, edit what you want, and export a pack with the manifest, format number and folder layout already correct.
