top of page
Running from Source

Note that there are currently issues running this on MacOS and Linux.

See #1150 for a workaround.

  1. Purchase a licence for Amulet

  2. Install Python 3.10

  3. 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.

Find it from this list. More information can be found here.

   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.

  • Discord-Logo-Black
  • twitter
  • GitHub-Mark-120px-plus

©2020-2026 by James Clare, Ben Gothard, Naor Volkovich.
Amulet is a third party utility and is not affiliated with Minecraft, Mojang AB, or Microsoft Inc.

bottom of page