Skip to main content

structura-core

Read and convert Minecraft structures.

Validated structure data, native format I/O and explicit conversion-loss reporting. Native formats need no Amulet Core translation engine.

The optional [world] extra reads bounded Java world regions and supports explicit block/entity patches with backups in Java 1.18+ saves.

Quick start

pip install structura-core
structura-convert house.litematic house.nbt
structura-convert house.nbt house.schem
structura-convert house.nbt house.snbt --strict

Formats

Format Read Write Installation
Java Structure .nbt gzip/raw NBT; multiple palettes gzip NBT base
Java Structure .snbt UTF-8 text UTF-8 text, preserving NBT value types base
Litematic .litematic v5–v7; named regions new v5/v7; native copies retain their version base
Sponge .schem v1–v3 new v2; native copies retain their version base
Bedrock .mcstructure v1 native document v1 native document / copy base; [bedrock] for conversion to/from Java
Legacy .schematic load_structure, structura-convert, structura-convert-legacy no legacy writer [legacy]

structura-convert reads all six formats and writes the first five. Java/Bedrock translation needs [bedrock] and can be lossy. Sponge v1 without a DataVersion requires --source-data-version when converting to another format; supply the source game's version, not the desired target.

The base package uses amulet-nbt for NBT parsing, NumPy for block data and portalocker for verified backup restore. The separate amulet-core translation dependency is installed only by [world], [legacy] or [bedrock].

Python

from structura_core import convert_structure, load_structure

structure = load_structure("house.litematic", region="Main")
print(structure.size, len(structure.present))
output = convert_structure(structure, "house.schem")
convert_structure("house.nbt", "house.snbt", strict=True)

convert_structure returns an absolute Path. Use Litematic, Schematic or Mcstructure document objects when native regions, metadata and unknown fields must survive a document copy.

Conversion rules

  • Native Java conversion retains DataVersion; it does not upgrade game data.
  • Omitted data produces ConversionWarning. --strict / strict=True rejects reported loss before writing; failed writes preserve an existing destination.
  • Same-format native document copies retain their fields. Cross-format conversion cannot preserve metadata that the destination cannot represent.
  • Java/Bedrock translation supports known vanilla blocks and waterlogging, omits ordinary entities and warns about block-entity fidelity. Its default target is 1.21.0.
pip install 'structura-core[bedrock]'
structura-convert house.nbt house.mcstructure --target-version 1.21.0

For old .schematic files, install [legacy] and use structura-convert-legacy old.schematic house.nbt --all-entities. The shared load_structure and structura-convert entry points also accept .schematic, retain all source entities, enforce their normal allocation limits and report normalization losses; strict mode rejects the conversion before writing. The legacy converter defaults to Java 1.21.1 and preserves selection bounds, air, materials and connections. --all-entities retains every source entity; otherwise only paintings and item frames are carried. Placement preparation belongs to structura-geo.

Documentation

  • Release verification: installed packages, dependency upgrade and downstream checks.

  • Migration to 0.6.1: changed analysis imports, legacy defaults and compatible package versions.

  • Architecture: module responsibilities, data ownership and conversion stages.

  • structura-geo: geometry, room and material metrics, morphology and placement preparation. Core has no dependency on geo or SciPy.

  • Conversion guide: preservation rules, Litematic regions, Sponge metadata, limits and existing helpers.

  • Format recipes: SNBT round trips, Sponge v1 source versions and the full Bedrock translation contract.

  • structura-render: image, vector and 3D output from the same structures.

CLI commands support --help. Public entry points include type information for IDE completion. Interactive editing belongs to the separate structura-edit.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

structura_core-0.6.3.tar.gz (98.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

structura_core-0.6.3-py3-none-any.whl (64.9 kB view details)

Uploaded Python 3

File details

Details for the file structura_core-0.6.3.tar.gz.

File metadata

  • Download URL: structura_core-0.6.3.tar.gz
  • Upload date:
  • Size: 98.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for structura_core-0.6.3.tar.gz
Algorithm Hash digest
SHA256 640897713eee2211402ca53862313026319aa70c9f113107a53322f6b3ef490b
MD5 884ed31aff3c4999b4552d500e551284
BLAKE2b-256 c230e2dce95215e224a61c2a5759a526b00360cc0f427291fb772f7f3516f2c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for structura_core-0.6.3.tar.gz:

Publisher: publish.yml on kirimba1024/structura-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file structura_core-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: structura_core-0.6.3-py3-none-any.whl
  • Upload date:
  • Size: 64.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for structura_core-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 18fa48260c51be071a1359b146e8f0a72cc9ce5fcc0efd8f67837f7760161aa2
MD5 489873c38eba2e5b1c7f3a577d2534b1
BLAKE2b-256 7e4df00433d8ed6d125790759d003b8570957e8c101a758c4304397f5481dd14

See more details on using hashes here.

Provenance

The following attestation bundles were made for structura_core-0.6.3-py3-none-any.whl:

Publisher: publish.yml on kirimba1024/structura-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.6.3 This release

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page