This project is a web-based tool that converts Minecraft Education Edition worlds into a format playable in the vanilla Bedrock client directly on your device with no installation needed.
After downloading the converted world, you can import it into Minecraft Bedrock using the "Import" button in the world list.
- Node.js (v22, though older versions probably work)
- pnpm (v9)
- Clone the repository:
git clone https://github.com/zabackary/mee-to-pe-web.git
cd mee-to-pe-web
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Build for production:
pnpm build
- Preview the production build:
pnpm preview
pnpm dev
: Start the development server.pnpm build
: Build the project for production.pnpm preview
: Preview the production build.pnpm check
: Run type checks and linting.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.