├── LICENSE ├── README.md └── _images ├── change-default-app.png ├── create-new-shortcut.png ├── editor-header-image.png ├── editor_install_shortcut_path_preview.png ├── install-bedrock-preview.png ├── install-the-launcher.png ├── open-the-editor.gif ├── specify-destination.png └── what-should-you-see.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/README.md -------------------------------------------------------------------------------- /_images/change-default-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/change-default-app.png -------------------------------------------------------------------------------- /_images/create-new-shortcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/create-new-shortcut.png -------------------------------------------------------------------------------- /_images/editor-header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/editor-header-image.png -------------------------------------------------------------------------------- /_images/editor_install_shortcut_path_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/editor_install_shortcut_path_preview.png -------------------------------------------------------------------------------- /_images/install-bedrock-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/install-bedrock-preview.png -------------------------------------------------------------------------------- /_images/install-the-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/install-the-launcher.png -------------------------------------------------------------------------------- /_images/open-the-editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/open-the-editor.gif -------------------------------------------------------------------------------- /_images/specify-destination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/specify-destination.png -------------------------------------------------------------------------------- /_images/what-should-you-see.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mojang/minecraft-editor/HEAD/_images/what-should-you-see.png --------------------------------------------------------------------------------