Skip to content

Instantly share code, notes, and snippets.

View real-nate's full-sized avatar

Nate F real-nate

View GitHub Profile
@nwesterhausen
nwesterhausen / mca.py
Last active October 26, 2023 14:34
Python class to read minecraft region files.
"""Code to read .mca region files
I modified the javascript library mca-js to create this file.
mca-js: https://github.com/thejonwithnoh/mca-js
This is largely just a python interpretation of that script.
-----------
MIT License
Copyright (c) 2019 Nicholas Westerhausen