A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
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.
In order to run Amulet from source, you will need to install the following packages and the dependancies for those packages:
The following can be easily installed using python -m pip install -r requirements.txt
For linux run python -m pip install -r requirements_linux.txt
- 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.
run python main.py
For information about contributing to this project, please read the contribution file.
This software is available under the MIT license. Please see each dependancy for subsequent licences.