Manage multiple versions of Minecraft Bedrock Edition with ease.
- Choose from a variety of Minecraft Bedrock versions to play.
- Simple and straightforward installation process.
- Support for upcoming versions.
- Download the latest release from Releases.
- Open
launcher.exe
. - Before proceeding, ensure that you have taken backups of your worlds, mods, and anything else that you think is important.
- Delete your current Minecraft Bedrock version.
- Open the downloaded
.appx
file. If the downloaded file doesn't have a.appx
extension, simply add it at the end of the file name (e.g.,app.appx
). - To find your worlds, paste the following path in your file explorer's search bar/button:
%LocalAppData%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds
For more information on finding the Minecraft Windows 10/11 Edition save location, refer to this guide. - If you encounter any issues or problems, please report them in the issues section of this repository.
- All versions of Bedrock are available from 0.13.0.0 to the latest.
- All Beta/Preview versions
To build the project locally, follow these steps:
- Install the required dependencies by running the following command from the root folder:
pip install -r requirements.txt
- To turn the project into an executable, install PyInstaller:
pip install pyinstaller
- Generate the executable by running:
pyinstaller --onefile MBVL.py
- Navigate to the
dist
directory to find the generated executable.
The following library was used to obtain download links:
Feel free to contribute to this project or report any issues you encounter.