mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Updated leveldb implementation to support MCPE 1.1 worlds
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user