Podshot / Amulet-Map-Editor

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

Home Page:https://www.amulet-editor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amulet Map Editor

TravisCI 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

Requirements

Python 3.7.0+

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

Contributing

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

License

This software is available under the MIT license. Please see each dependancy for subsequent licences.

About

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

https://www.amulet-editor.com/


Languages

Language:Python 98.5%Language:Shell 1.2%Language:GLSL 0.3%