Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
https://www.amuletmc.com/
1.68k stars 122 forks source link
3rd-party amulet converter map-editor minecraft python python3

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

Contributing

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