twoolie / NBT

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

SNBT parser in/out #172

Open un-pogaz opened 1 year ago

un-pogaz commented 1 year ago

In adition of the "RAW Uncompressed Text" format, Mojang a create a second text format for NBT file representation: The SNBT. This new format, strongly inspired by JSON, is much less verbose than the original RAW text format, and therefore much easier to read and manipulate. Its support in this library would be a real plus. https://minecraft.fandom.com/wiki/NBT_format?#SNBT_format