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

Change of savegame format #33

Open vondrekenov opened 11 years ago

vondrekenov commented 11 years ago

The savegame format as changed from mcr to mca : http://www.minecraftwiki.net/wiki/Anvil_file_format

I understant nearly nothing in this code to be able to modify it accordingly. It would be soooo nice if someone could do it !

Thanks in advance in case you ever read it !

pepijndevos commented 11 years ago

Neither me or l0b0 had any time/interest to keep this up to date recently.

I'd be glad to answer any questions about the code, but I'm not going to update it myself.

IIRC we used to have a library to handle the file format, but changed to some other hack when regions came around. Have a look at these: http://www.minecraftwiki.net/wiki/Development_resources#Libraries

Since the block order changed. you'd also have to change the indices to some loops.