twoolie / NBT

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

Compound tags never named #146

Closed KommentatorForAll closed 3 years ago

KommentatorForAll commented 3 years ago

When initializing a TAG_Compound, the name always gets replaced with an empty string. (line 474 in the source code) therefore one cannot name new compound tags with giving the name to the init function.

jlsajfj commented 3 years ago

Been fixed