Metadata-Version: 2.4
Name: amulet-map-editor
Version: 0.10.52+0.gfc35ec98.dirty
Summary: A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
Home-page: https://www.amuletmc.com
Author: James Clare, Ben Gothard et al.
Author-email: amuleteditor@gmail.com
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10.0.1
Requires-Dist: wxPython
Requires-Dist: numpy~=1.17
Requires-Dist: pyopengl~=3.0
Requires-Dist: packaging
Requires-Dist: platformdirs~=3.1
Requires-Dist: amulet-core>=1.9.36,~=1.9
Requires-Dist: amulet-nbt~=2.0
Requires-Dist: pymctranslate~=1.2
Requires-Dist: minecraft-resource-pack~=1.3
Requires-Dist: amulet-faulthandler~=1.0
Provides-Extra: docs
Requires-Dist: Sphinx>=1.7.4; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=1.3.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=0.3.1; extra == "docs"
Provides-Extra: dev
Requires-Dist: black>=22.3; extra == "dev"
Requires-Dist: pre_commit>=1.11.1; extra == "dev"
Dynamic: license-file

# Amulet Map Editor

![Build](../../workflows/Build/badge.svg)
![Unittests](../../workflows/Unittests/badge.svg?event=push)
![Stylecheck](../../workflows/Stylecheck/badge.svg?event=push)
[![Documentation Status](https://readthedocs.org/projects/amulet-map-editor/badge)](https://amulet-map-editor.readthedocs.io)

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.

![cover](resource/img/cover.jpg)

## Installing (Currently Windows only)

Purchase and download the installer for your operating system from [amuletmc.com](https://www.amuletmc.com).
Run the installer and follow the instructions.

## Running from Source

**If you are running a compiled build you do NOT need to do this.**

See instructions on [amuletmc.com](https://www.amuletmc.com/installing-from-source)

## Running with Docker (Linux)
The Docker image runs on any Linux distro with Docker support.
To run the Docker image, clone this repository and run `rundocker.sh`.
Compatibility with wayland is done through xwayland for x11 support.

## Legacy builds

Old versions (prior to 0.10.45) can be found on our [releases page](https://github.com/Amulet-Team/Amulet-Map-Editor/releases).

Extract the contained folder to a location on your computer and run `amulet_app.exe`.

## Contributing

For information about contributing to this project, please read the [contribution](contributing.md) file.
