If you're looking to add something that will make lots of users of Minecraft on Windows 10 (which uses the Pocket Edition storage format) happy, add leveldb read support.
Minecraft Pocket Edition uses a different database for its maps: leveldb. More information here:
http://minecraft.gamepedia.com/Pocket_Edition_level_format - note that LevelDB itself is a C++ library.
MCEdit-Unified https://github.com/Khroki/MCEdit-Unified has Python and whatnot code that supports reading PE data, e.g. https://github.com/Khroki/MCEdit-Unified/blob/master/pymclevel/leveldb.py
If you're looking to add something that will make lots of users of Minecraft on Windows 10 (which uses the Pocket Edition storage format) happy, add leveldb read support.
Minecraft Pocket Edition uses a different database for its maps: leveldb. More information here:
http://minecraft.gamepedia.com/Pocket_Edition_level_format - note that LevelDB itself is a C++ library.
MCEdit-Unified https://github.com/Khroki/MCEdit-Unified has Python and whatnot code that supports reading PE data, e.g. https://github.com/Khroki/MCEdit-Unified/blob/master/pymclevel/leveldb.py