Skip to main content

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

Project description

Amulet Map Editor

Build Unittests Stylecheck Documentation Status

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

edit

Running compiled builds

Download the zip file for your operating system from the list of compiled builds. (Currently Windows only)

Extract the contained folder to a location on your computer and run the executable.

Running from Source

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

  1. Install Python 3.9+
  2. We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.
  3. run python -m pip install amulet-map-editor to install the library and all its dependencies.
  4. run python -m amulet_map_editor to run the program

Notes

If you have python 2 installed python may point to the wrong version in which case you will have to swap out python for python3

When installing from source the following dependencies will be installed

  • numpy
  • wxpython
  • pyopengl
  • Amulet-Core The library to handle loading and saving data to the world formats.
  • Amulet-NBT The library to handle reading and saving NBT and SNBT.
  • PyMCTranslate The library to handle block, block entity, entity and biome translation. between versions
  • Minecraft-Model-Reader The library to handle loading block models and textures from a resource pack for use in the renderer.
  • Amulet-LevelDB The wrapper for Mojang's custom LevelDB.

Contributing

For information about contributing to this project, please read the contribution file.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amulet-map-editor-0.10.27.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

amulet_map_editor-0.10.27-cp39-cp39-win_amd64.whl (2.1 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page