twoolie / NBT

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

`Sample_World.tar.gz` missing? #176

Closed SupraSummus closed 10 months ago

SupraSummus commented 10 months ago

Test scripts depend on a Sample_World.tar.gz file, which is fetched from https://github.com/downloads/twoolie/NBT/Sample_World.tar.gz.

This is defined in: https://github.com/twoolie/NBT/blob/e6198e8f195276650ddac6d7f7baceb037c817e7/tests/downloadsample.py#L23 This link returns 404 and because of this some tests fail.

I wonder if I am doing something wrong or the url to the file is simply outdated? Where can I find the original file? Or maybe I don't need to have the original file and I can generate one using minecraft?

macfreek commented 10 months ago

Thanks for reporting this! Indeed, the link is outdated. For now, here is a new link, but I do not think this is a stable URL either: https://github.com/twoolie/NBT/files/13199373/Sample_World.tar.gz