Metadata-Version: 2.1
Name: anvil-new
Version: 1.0.1
Summary: A Minecraft anvil file format parser, designed to work with minecraft versions 1.16+.
Home-page: https://github.com/intergalactyc/anvil-new
Author: intergalactyc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# anvil-new

[![PyPI - Downloads](https://img.shields.io/pypi/dm/anvil-new)](https://pypi.org/project/anvil-new/)

Simple parser for the [Minecraft anvil file format](https://minecraft.gamepedia.com/Anvil_file_format), in Minecraft 1.16+.

Based on [matcool's anvil-parser](https://github.com/matcool/anvil-parser), all credit goes to them.
# Installation
This project is available on [PyPI](https://pypi.org/project/anvil-new/) and can be installed with pip
```
pip install anvil-new
```
or directly from github
```
pip install git+https://github.com/intergalactyc/anvil-new.git
```

# Usage
Documentation coming soon.

# Note
This package is only made to be compatible with mca files from Minecraft versions 1.16+. For previous versions, install the [original anvil-parser package](https://pypi.org/project/anvil-parser/). 
As of right now, it cannot be used alongside the original, only in place of it.
