.gitignore
.readthedocs.yaml
LICENSE.txt
README.md
README_CN.md
README_DE.md
logo.png
poetry.lock
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/black.yaml
docs/Makefile
docs/api.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/installation.md
docs/make.bat
docs/quickstart.md
examples/README.md
examples/area.py
examples/copystruct.py
examples/diagonal.py
examples/read_and_display.py
examples/simple.py
examples/pack/README.md
examples/pack/makepack.py
examples/pack/src/manifest.json
examples/pack/src/structures/barrel.mcstructure
examples/pack/src/structures/caged_villager.mcstructure
examples/pack/src/structures/dirt_house.mcstructure
examples/pack/src/structures/large_nether.mcstructure
examples/pack/src/structures/scarecrow.mcstructure
examples/structures/barrel.mcstructure
examples/structures/caged_villager.mcstructure
examples/structures/cmdblock.mcstructure
examples/structures/dirt_house.mcstructure
examples/structures/large_nether.mcstructure
examples/structures/scarecrow.mcstructure
src/mcstructure/__init__.py
src/mcstructure/py.typed
src/mcstructure.egg-info/PKG-INFO
src/mcstructure.egg-info/SOURCES.txt
src/mcstructure.egg-info/dependency_links.txt
src/mcstructure.egg-info/requires.txt
src/mcstructure.egg-info/top_level.txt
tests/test_block.py
tests/test_structure.py