Use PMCustomAnvil as the default format for new worlds

mcregion is now "deprecated" due to its lack of suitability (fullchunk style, and no support for 256-high worlds)
This commit is contained in:
Dylan K. Taylor
2016-12-23 14:39:56 +00:00
parent f180167955
commit e2bbb76900
4 changed files with 3 additions and 5 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types = 1);
namespace pocketmine\level\format\region;
use pocketmine\level\format\Chunk;
use pocketmine\level\format\LevelProvider;
use pocketmine\level\format\generic\GenericChunk;
use pocketmine\level\format\generic\SubChunk;
use pocketmine\level\Level;

View File

@ -24,7 +24,6 @@ declare(strict_types = 1);
namespace pocketmine\level\format\region;
use pocketmine\level\format\Chunk;
use pocketmine\level\format\LevelProvider;
use pocketmine\level\format\generic\GenericChunk;
use pocketmine\level\format\generic\SubChunk;
use pocketmine\level\Level;