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

Mian doesn't check for block data byte. #27

Open Fenixin opened 13 years ago

Fenixin commented 13 years ago

Every block in Minecraft has a data (ancildata, damage or other names) byte with more info. This byte is the one that determines the color in the wool, or the kind of leaves block. It's a good idea to add support for this.

Fenixin commented 13 years ago

Actually is not a byte, they are 4 bits.