twoolie / NBT

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

Option to set endianness to support tags on bedrock #118

Open jason-green-io opened 5 years ago

jason-green-io commented 5 years ago

Bedrock tags are the other endian. I have a fork that does this, but you switch the endianness using a variable at the global level of nbt.py. What would be a better way?