The new age Minecraft world editor and converter that supports every version since Java 1.12 and Bedrock 1.7
Running from Source
Note that there are currently issues running this on MacOS and Linux.
See #127 for more information
-
Install Python 3.9
-
We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.
-
Install amulet-map-editor and its dependencies using one of the commands below.
Install latest full release
python -m pip install amulet-map-editor --upgrade
Install latest beta
python -m pip install amulet-map-editor --upgrade
If you are using linux you will also need to find and install wxPython from this list. More information can be found here.
​
4. run python -m amulet_map_editor to run the program
​
On some operating systems Python 3 uses the command python3 rather than just python so you will need to swap that out if that is the case.