l0b0 / mian

Mine analysis - Graph blocks to height in a Minecraft save game
https://github.com/l0b0/mian/wiki
GNU General Public License v3.0
14 stars 4 forks source link

Fix layers plot. #21

Closed Fenixin closed 13 years ago

Fenixin commented 13 years ago

With the region format I introduced a bug in extract_region_blocks, seems that the blocks in a chunk always have four bytes (no idea why) after the tag, and the plot had the layers displaced. The last layers was showing in the coordinates 0,1 , 2, 3. Run "./mian.py -b 00 your_world" to see this bug in action.