top of page
Amulet is a 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 #1150 for a workaround.
-
Install Python 3.10
-
We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.
If you are using linux you will need to manually install wxPython.
4. Install using one of the commands below.
Install latest full release
python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor
Install latest beta
python -m pip install --upgrade --upgrade-strategy eager amulet-map-editor
5. 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.
bottom of page
