twoolie / NBT

Python Parser/Writer for the NBT file format, and it's container the RegionFile.
MIT License
362 stars 74 forks source link

Schematic class #94

Closed SimonAkers closed 6 years ago

SimonAkers commented 6 years ago

Hi! I was just poking around with your NBT library because I wanted to be able to read the contents of a .schematic file, mainly just out of curiosity, as the topic came up between me and a friend of mine. I ended up creating a class specifically for .schematic files and figured I might as well share it. It's very basic as of now, and just adds ease of use to the NBTFile class for reading .schematic files.

Also I'm new to GitHub. Had the thought while typing this that it might be better to add this class to an existing file, but I already put everything in a new directory.

EDIT: lol I jumped the gun and didn't realize this library has stuff like this already