Freek Dijkstra

Results 54 comments of Freek Dijkstra

The NBT library is pretty solid when it comes to parsing the region files and NBT data, but less so when it comes to interpreting it (the functionality in chunk.py)....

@TkTech Thanks for the report! And great suggestion, I would support an fix. (Unfortunately, I'm not actively maintaining this package anymore, so will do not myself, at least not anytime...

In my opinion, the strength of this NBT library is in the ability to parse NBT data structures and region files. (in code: the `nbt.py` and `region.py` functionality). In short,...

What deprecated Github feature do you refer to? I'm cautiously optimistic about your idea. Let's see if I can the implications straight. Your proposal makes this library more Minecraft specific....

I've been pondering, and yes, I think your proposal is good. We need both type of checks. Running the example scripts used to be a way to ensure the public...

@mfld-fr for me that would be acceptable, especially if there is a warning if an older file is opened.

@mfld-fr Thanks for your contribution! @fakuivan Please check, and if this indeed fixes your issue, please close the issue.

I don't have time to look into it, but I suspect it has to do with this line: ``` Villages = TAG_List(type=TAG_Compound) ``` I would replace it with: ``` Villages...

When an unnamed TAG_Compound object is serialized with `_render_buffer()`, it raises the following exception: ``` Traceback (most recent call last): method in test.py at line 69 villages.write_file("villages.dat") method write_file in...

@Omeganx good to hear, you got it fixed. Thanks for reporting it. I'll keep this open for a while; even when you don't name a TAG_Compound, it should not raise...