MCPcopy Create free account
hub / github.com/Amulet-Team/Amulet-Core

github.com/Amulet-Team/Amulet-Core @2.0a10

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0a10 ↗ · + Follow
529 symbols 1,451 edges 102 files 100 documented · 19% updated 3d ago2.0.10a0 · 2026-07-11★ 24514 open issues

Browse by type

Functions 474 Types & classes 54 Endpoints 1
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Amulet Core

Build Unittests Stylecheck Documentation

A Python 3 library to read and write data from Minecraft's various save formats.

This library provides the main world editing functionality for Amulet Map Editor

If you are looking for the actual editor it can be found at Amulet Map Editor

Documentation

Our online documentation can be found here: https://amulet-core.readthedocs.io

Installing

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 pip install amulet-core to install the library and all its dependencies.

Dependencies

This library uses a number of other libraries. These will be automatically installed when running the command above. - Numpy - Amulet_NBT - PyMCTranslate

Contributing

For Development

Download the code to your computer, install python and run the following command from the root directory. run pip install -e .[dev] This command will install the library in development mode with the libraries required for development. - Black (Required for formatting) - Must be run before pushing a Pull Request

For information about contributing to this project, please see the contribution section below

Code Formatting

For code formatting, we use the formatting utility black. To run it, run the following command from your favorite terminal after installing: black amulet tests

In order for your pull request to be accepted, this command must be run to format every file.

Building the Documentation

To build the documentation locally, run the following command: make html and then navigate to the generated directory docs_build/html in your favorite web browser

Branch Naming

Branches should be created when a certain bug or feature may take multiple attempts to fix. Naming them should follow the following convention (even for forked repositories when a pull request is being made):

  • For features, use: impl-<feature name>
  • For bug fixes, use: bug-<bug tracker ID>
  • For improvements/rewrites, use: improv-<feature name>
  • For prototyping, use: proto-<feature name>

Pull Requests

We ask that submitted Pull Requests give moderately detailed notes about the changes and explain any changes that were made to the program outside of those directly related to the feature/bug-fix. Make sure to run all tests and formatting otherwise we cannot accept your pull request.

Note: We will also re-run all tests before reviewing, this is to mitigate additional changes/commits needed to pass all tests.

Once a Pull Request is submitted, we will mark the request for review, once that is done, we will review the changes and provide any notes/things to change. Once all additional changes have been made, we will merge the request.

Core symbols most depended-on inside this repo

Shape

Method 323
Function 151
Class 54
Route 1

Languages

C++56%
Python44%

Modules by API surface

tests/test_amulet_core/test_chunk_components/test_section_array_map.py26 symbols
src/amulet/core/_version.py24 symbols
src_/amulet/selection/box.py23 symbols
src_/amulet/selection/group.py20 symbols
src/amulet/core/version/version.hpp18 symbols
tests/test_amulet_core/test_selection.py17 symbols
tests/test_amulet_core/test_block_.py.cpp17 symbols
tests/test_amulet_core/test_block.py17 symbols
src/amulet/core/selection/box.hpp17 symbols
src_/amulet/selection/abstract_selection.py15 symbols
src/amulet/core/block/block.cpp15 symbols
src/amulet/core/selection/group.cpp14 symbols

For agents

$ claude mcp add Amulet-Core \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page