All Projects → Amulet-Team → Amulet Map Editor

Amulet-Team / Amulet Map Editor

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

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Amulet Map Editor

Dukat
Converter of <any kind of declarations> to Kotlin external declarations
Stars: ✭ 327 (-8.15%)
Mutual labels:  converter
Mcpelauncher Manifest
The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
Stars: ✭ 338 (-5.06%)
Mutual labels:  minecraft
Mcrcon
Rcon client for Minecraft
Stars: ✭ 350 (-1.69%)
Mutual labels:  minecraft
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (-6.74%)
Mutual labels:  minecraft
Hello Vue Django
vuejs and Django integration with hot code reload. Dont use this, use https://github.com/NdagiStanley/vue-django or https://github.com/gtalarico/django-vue-template
Stars: ✭ 335 (-5.9%)
Mutual labels:  minecraft
Svgtovectordrawableconverter
Batch converter of SVG images to Android vector drawable XML resource files. Online version of the converter is here:
Stars: ✭ 341 (-4.21%)
Mutual labels:  converter
Minecraft Mod Language Package
A language package for Minecraft Mods.
Stars: ✭ 322 (-9.55%)
Mutual labels:  minecraft
Asciidoctor
💎 A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
Stars: ✭ 3,905 (+996.91%)
Mutual labels:  converter
Cc Tweaked
Just another ComputerCraft fork
Stars: ✭ 331 (-7.02%)
Mutual labels:  minecraft
Replaymod
Minecraft ReplayMod
Stars: ✭ 348 (-2.25%)
Mutual labels:  minecraft
Jet
CLI to transform between JSON, EDN and Transit, powered with a minimal query language.
Stars: ✭ 331 (-7.02%)
Mutual labels:  converter
Nn tools
Neural Network Tools: Converter and Analyzer. For caffe, pytorch, draknet and so on.
Stars: ✭ 334 (-6.18%)
Mutual labels:  converter
Blessing Skin Server
Web application brings your custom skins back in offline Minecraft servers.
Stars: ✭ 344 (-3.37%)
Mutual labels:  minecraft
Cashify
💸 Lightweight currency conversion library, successor of money.js
Stars: ✭ 329 (-7.58%)
Mutual labels:  converter
Kitti2bag
Convert KITTI dataset to ROS bag file the easy way!
Stars: ✭ 359 (+0.84%)
Mutual labels:  converter
Ts2kt
ts2kt is officially deprecated, please use https://github.com/Kotlin/dukat instead. // Converter of TypeScript definition files to Kotlin external declarations
Stars: ✭ 327 (-8.15%)
Mutual labels:  converter
Nameless
NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
Stars: ✭ 337 (-5.34%)
Mutual labels:  minecraft
Cuberite
A lightweight, fast and extensible game server for Minecraft
Stars: ✭ 3,984 (+1019.1%)
Mutual labels:  minecraft
Phantom
Use your own Minecraft server with your Xbox or PS4 and play with friends!
Stars: ✭ 360 (+1.12%)
Mutual labels:  minecraft
Mscs
Powerful command-line control for UNIX and Linux powered Minecraft servers
Stars: ✭ 347 (-2.53%)
Mutual labels:  minecraft

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

Contributing

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].