A simple viewer written in c# to read the LevelDB database created by Minecraft: Bedrock Edition
- This software can only run under Windows x64, please make sure the platform is correct when compiling.
- leveldb-sharp for C# LevelDB bindings.
- papyruscs for a modified version of leveldb-sharp.
- leveldb-mcpe for the leveldb native library for windows64.
- fNbt for Nbt reading support.