skillfed

amulet-core

A Python library for reading/writing Minecraft's various save formats.

amulet-core v1.9.44 499.4K downloads/30d#6,324 on PyPI
License unclear Active released

What it is and what it does

Amulet Core is a Python library that reads and writes Minecraft world save data across different formats and versions. It exposes NBT structures, level metadata, and dimension information as programmatic objects, allowing developers to inspect, modify, or extract data from Minecraft worlds without manually parsing binary formats. The library is the foundation for the Amulet Map Editor and is designed for world editing workflows.

The package depends on numpy for numerical operations, amulet-nbt for NBT serialization, pymctranslate for version translation, and platform-specific database backends (leveldb and rocksdb). It requires Python 3.11 or later and installs as a pure Python wheel with low friction. Maintenance is active, with recent releases indicating ongoing development.

Use it for:

  • Programmatically read and modify Minecraft world NBT data for automated world generation or editing
  • Extract player data, structures, or biome information from saved Minecraft worlds for analysis
  • Build custom world editing tools or plugins that need to parse and write Minecraft save formats
  • Convert or migrate Minecraft worlds between different versions or formats
  • Integrate Minecraft world data into data pipelines or analysis workflows

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Amulet Core reads and writes Minecraft world data in various save formats, providing programmatic access to NBT structures, level data, and dimension information for world editing and analysis.

Yes, if you need to read or write Minecraft world data programmatically. The package is actively maintained, installs with low friction, and has no known vulnerabilities. However, verify the license terms before use in proprietary or redistributed projects, as the license status is unclear in the metadata. Requires Python 3.11+.

Install

amulet-core on PyPI

pip

pip install amulet-core

uv

uv add amulet-core

poetry

poetry add amulet-core

Installing amulet-core

Before you install

Low friction install with a wheel distribution. Active maintenance with a release 4 days ago. Requires Python 3.11 or later. Eight runtime dependencies including numpy, NBT handling, and database libraries are automatically installed.

License in practice

License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before using in proprietary or redistributed work.

Quickstart

pip install amulet-core

import amulet_core
# Access Minecraft world data structures via the library's API

Requires Python 3.11 or later; depends on numpy and platform-specific database libraries (amulet-leveldb, amulet-rocksdb).

Verify before relying

  • Specific API surface and which Minecraft versions/formats are supported
  • Whether the library handles Java Edition, Bedrock Edition, or both
  • Performance characteristics for large worlds or batch operations
  • Actual license terms (SPDX and raw license text are both absent from metadata)

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 8 — numpy, amulet-nbt, pymctranslate, portalocker, amulet-leveldb, platformdirs, lz4, amulet-rocksdb
Maintenance actively maintained — 4 days since the last release
First released
Downloads 499,386/month — #6,324 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: amulet_core-1.9.44-py3-none-any.whl

Operating System :: OS IndependentProgramming Language :: Python :: 3

Tags

minecraft world data readerminecraft save format parsernbt data manipulationminecraft level editing libraryminecraft world file handlerminecraft dimension data accessminecraft schematic processor
minecraftgame-datanbt-format

More Utilities packages