Installing custom cards in Minecraft Pocket Edition often raises questions among beginners, since the Android file system has its own characteristics. Unlike the PC version, there is no simple launcher that will automatically pick up the downloaded archive. You will have to manually move files to access-protected system directories. Errors in paths or incorrect folder structure lead to the fact that the game simply does not see the new world, leaving the player at a loss.

In this article we will analyze in detail where to throw Minecraft cards on modern versions of Android, including changes in folder access Androidintroduced in Android 11 and higher. We'll look at the directory structure, how to unpack archives, and how to diagnose problems if the world doesn't appear in the download list. Understanding the logic of the file system is the key to successfully modifying the game.

The process may seem complicated only at first glance. It is enough to set up the file manager correctly once and remember the path so that in the future you can spend only a few seconds installing cards. The main thing is to be precise in the folder names and make sure that the level files are located exactly where the game engine expects them.

Preparing files and checking the archive

Before moving files, you need to make sure that the content you downloaded is actually ready for installation. Most often, maps are distributed in a compressed format .zip or .mcworld. If you downloaded a file with the extension .mcworld, then the process is as simplified as possible: just click on the file, and the system will offer to open it in Minecraft. However, most high-quality maps on third-party resources are distributed in ZIP archives that require manual unpacking.

Open the file manager and find the downloaded archive. Try opening it. Inside you should see level files such as level.dat, folders db or resource_packs. If inside the archive there is another archive or folder with the name of the map, and inside it there are files of the world, then the structure is broken. You need to extract the contents so that the level files are in the root of the folder you will be moving.

โš ๏ธ Attention: Never copy the ZIP archive itself into the game folder. The Minecraft PE engine cannot read compressed archives directly in the worlds directory. The files must be unpacked.

To work with archives on Android, it is best to use advanced file managers, such as ZArchiver or RAR. The standard Explorer of some smartphones may incorrectly display the nested structure or may not provide write permissions to system folders. Make sure that the manager you choose has permission to access all files in the system settings.

๐Ÿ’ก

If after unpacking you see a file with the extension .mcpack or .mcworld inside the ZIP, try renaming its extension to .zip and unpacking again, or simply move this file to the root of the phone's memory and open it.

Main installation path for new versions Android

Starting with Minecraft version 1.18 and on devices with Android 11+, Mojang has changed the default location of the game files. Now all data is stored in a protected system directory. This is for security, but it makes life more difficult for modders. The main path where you need to throw cards looks like this: Android/data/com.mojang.minecraftpe/files/games/com.mojang/minecraftWorlds.

To get there, open your file manager and go to the internal storage. Find the folder Android, then data. Next, look for the directory com.mojang.minecraftpe. Inside it, follow the path files -> games -> com.mojang. This is where the folder is located minecraftWorlds. You need to move the unpacked folder with your card here.

It is important to understand the structure of the folder name. Each card should be in its own separate directory inside minecraftWorlds. The name of this directory can be anything, but it is better to keep the original name given by the author of the map so as not to get confused. Inside this folder there should be directly files of the world, and not another subfolder with the same name.

  • ๐Ÿ“‚ The path must end with /minecraftWorlds/Name of the Map/
  • ๐Ÿ“„ There must be a file inside the map folder level.dat
  • ๐Ÿšซ Do not create unnecessary levels of nesting (folder within a folder within a folder)
  • ๐Ÿ”„ After copying, completely restart the Minecraft application
๐Ÿ“Š What version of Android are you playing with?
Android 10 and below
Android 11-12
Android 13-14
I donโ€™t know

If you are using Android 11 or higher, the first time you try to access the folder Android/data the system may ask for special permission. You will need to click "Allow access to folder" and confirm the action, sometimes even allowing access to all files on the device through the system window. Without this step, the file manager simply will not allow you to copy the files to the desired directory.

Alternative path for older versions of the game

On devices with older versions of Android (up to 11) or when installing very old versions of Minecraft PE itself (up to 1.18), the path to the files may differ. In this case, the game stores data in the root of the internal storage, without hiding it in the depths of the system. This greatly simplifies the process of installing cards, since no special permissions are required.

An alternative path looks like this: games/com.mojang/minecraftWorlds. Please note that the folder Android/data is not here. You simply go to the root of the phone's memory, find the folder games, then com.mojang and place the card in minecraftWorlds. If you have a new version of the game, but for some reason you do not see the folder in Android/data, check this path - sometimes when updating, files may be duplicated or remain from old times.

It is worth noting that if you updated the game to the latest version, but the files remained in the old path, Minecraft may not see them. In this case, you will have to manually move the world folders from the old location (/games/com.mojang/) to the new one (/Android/data/.../). This ensures that all your saves and downloaded maps will be available in the current version of the client.

Android version Minecraft version Path to worlds folder Special required. access
Android 10 and below Any /games/com.mojang/minecraftWorlds No
Android 11+ 1.18 and above /Android/data/com.mojang.../minecraftWorlds Yes
Android 11+ Below 1.18 /games/com.mojang/minecraftWorlds No
iOS (for comparison) Any Via iTunes / Files Yes (via PC)
Why did the paths change?

Starting with Android 11, Google introduced the Scoped Storage policy, which limits app access to shared storage folders. This was done to increase the security of user data and prevent chaotic filling of the phone memory with various files from different apps.

Solving problems with map visibility

It happens that you strictly followed the instructions, threw the files into minecraftWorlds, but when you start the game, the world does not appear in the "Play" list. The first reason that needs to be excluded is unnecessary nesting of folders. This is the most common mistake made by beginners. Check the path: if it looks like .../minecraftWorlds/MyMap/MyMap/level.dat, then it is incorrect. The file level.dat must be located directly in the folder that you see in the list of worlds (or in a folder with a unique ID).

The second possible reason is the incompatibility of the map version with the game version. If the map was created for an old version of Minecraft PE (for example, 1.16), and you have the latest 1.20+, the game may consider the world format to be outdated and hide it or offer to update it. Sometimes creating a new world with the same settings and replacing files helps, but this is risky. It's best to look for updated versions of maps.

โš ๏ธ Attention: If the game prompts you to "Update World" when loading an old map, be sure to back up that world's folder before pressing the button. The conversion process is irreversible, and if there is an error, you will lose your save.

Also check the folder name. Although Minecraft is usually name-friendly, using special characters (such as /, *, ?, ") in the directory name can cause problems when indexing worlds. Rename the folder to a simple Latin name, for example, SurvivalIsland, and restart the application.

โ˜‘๏ธ Diagnostics of an invisible card

Done: 0 / 4

Installing maps with textures and behavior

Complex maps often come bundled with custom textures (Resource Packs) or behavior of entities (Behavior Packs). In this case, simply copying the world folder may not be enough. Often such sets are distributed as separate files .mcpack. They need to be installed in the game before loading the world itself.

Click on the file .mcpack in the file manager. Minecraft should automatically open and show the "Import has started" message. After successful import, go to the game settings, section "Global Resources" or "Resource Sets", and activate the installed pack. Only then download the map. If the textures are not loaded, the world may look black or pink.

Sometimes map authors pack everything into one archive. Read the file carefully README.txt, if it is inside the download. It may indicate that the folder resource_packs from the archive should be copied not to minecraftWorlds, but to a folder of the same name resource_packs, which lies a level higher (in the folder com.mojang). The path will be like this: .../games/com.mojang/resource_packs.

  • ๐ŸŽจ Textures are installed via a file .mcpack or folder resource_packs
  • โš™๏ธ Behavior is activated in the settings of a specific world
  • ๐Ÿ“ฆ Check if you need to copy files to different directories
  • โœ… Activate resource packs in the "Settings" -> "Global Resources" menu
๐Ÿ’ก

Correct activation of resource packs is critical: even if the files are in the right folder, the world will not work correctly until you manually enable them in the game settings before starting.

Using special launchers and utilities

For those who find manual copying of files too difficult or inconvenient, there are special assistant applications. For example, the application Toolbox for Minecraft: PE (although its support is currently limited) or various card managers from Google Play. These utilities have a built-in map browser and an automatic installation function.

When using such apps, you download the map directly inside the application, click the "Install" button, and the app itself determines the Android version, finds the desired path and copies the files. This saves time, but requires granting the application broad permissions to access the file system. Be careful and download such utilities only from trusted sources.

There is also an installation method via a computer. Connect the phone to the PC with a cable, enable file transfer mode (MTP). On your computer, the path to the map will look the same as on your phone. You can simply drag a folder from the card into a Windows Explorer window, which is often faster and more reliable than doing it through the touch screen of a smartphone, especially when working with large archives.

โš ๏ธ Attention: Third-party launchers and mod managers may conflict with the official version of the game or contain advertising. Always check reviews before installing such utilities.

Remember that file manager interfaces and system limitations may vary slightly depending on the manufacturer of your smartphone (Xiaomi, Samsung, Pixel). If the standard path doesn't work, try searching by file level.dat inside folders com.mojangto determine exactly where the game stores data on your specific device.

What to do if the Android/data folder is empty?

If you went to the data folder and it is empty, although the game is installed, try clearing the file manager cache or restarting the phone. Sometimes the system does not immediately display the contents of protected directories after updating the OS.

Frequently asked questions (FAQ)

Why does the game crash when loading after installing the card?

This often happens due to a lack of random access memory (RAM) or incompatibility of the card version with the game version. Try closing all background applications before starting. Also make sure that you are not trying to run a PC map (Java Edition) on a phone (Bedrock Edition) - they are incompatible.

Is it possible to install maps on a memory card (SD card)?

On modern versions of Android and Minecraft, this is highly discouraged and often impossible. The game has direct access only to the internal storage in the folder Android/data. Transferring files to an SD card will result in Minecraft simply not seeing the worlds.

How to remove an incorrectly installed card?

Go to the file manager in the same path where you copied the files (.../minecraftWorlds). Find the folder with the name of your card and delete it. If the world is visible in the game, you can also delete it through the "Play" menu by clicking on the pencil icon and selecting "Delete".

What to do if the level.dat file is missing?

Without file level.dat the map is not working. This is the main save file. Most likely, you downloaded an incomplete archive or unpacked it incorrectly (for example, you left it inside a nested archive). Try downloading the map from another source.

Do cards with pictures (posters) inside a folder work?

Yes, some cards contain folders posters or similar ones for in-game pictures. They should be left inside the world folder. The main thing is not to delete anything other than unnecessary archives or instructions if you are not sure of the purpose of the file.