Updated leveldb implementation to support MCPE 1.1 worlds

This commit is contained in:
Dylan K. Taylor
2017-06-30 09:11:26 +01:00
parent 56dfa7d000
commit 70bd9afd37
12 changed files with 193 additions and 104 deletions

View File

@ -28,7 +28,7 @@ namespace pocketmine\level\format;
use pocketmine\block\Block;
use pocketmine\entity\Entity;
use pocketmine\level\format\io\ChunkException;
use pocketmine\level\format\ChunkException;
use pocketmine\level\Level;
use pocketmine\nbt\NBT;
use pocketmine\nbt\tag\CompoundTag;