Skip to content

A web-based tool that converts Minecraft Education Edition worlds into a format playable in the vanilla Bedrock client directly on your device

License

Notifications You must be signed in to change notification settings

zabackary/mee-to-pe-web

Repository files navigation

Minecraft Education Edition to Bedrock Converter

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.

Development

Prerequisites

  • Node.js (v22, though older versions probably work)
  • pnpm (v9)

Setup

  1. Clone the repository:
git clone https://github.com/zabackary/mee-to-pe-web.git
cd mee-to-pe-web
  1. Install dependencies:
pnpm install
  1. Run the development server:
pnpm dev
  1. Build for production:
pnpm build
  1. Preview the production build:
pnpm preview

Scripts

  • 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.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A web-based tool that converts Minecraft Education Edition worlds into a format playable in the vanilla Bedrock client directly on your device

Topics

Resources

License

Stars

Watchers

Forks