Amulet is a Minecraft world editor and converter that supports every version since Java 1.12 and Bedrock 1.7
Running from Source
-
Install Python 3.10
-
We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.
-
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
Running from Source
There are currently GUI flickering issues on MacOS.
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.
-
Run xcode-select --install in the terminal and follow the instructions to install the C++ compiler.​
-
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
6. run python3 -m amulet_map_editor to run the program
Running from Source
There are currently GUI flickering issues on 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.
-
Install wxPython from this list. More information can be found here.
-
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
6. run python3 -m amulet_map_editor to run the program
