Switch to BiomeRegistry

I accidentally committed this in c869a7f099 and didn't notice. I intended to use it and never noticed.
This commit is contained in:
Dylan K. Taylor
2020-11-01 16:47:13 +00:00
parent f991961d9a
commit b176f4c12f
8 changed files with 13 additions and 52 deletions

View File

@ -90,7 +90,6 @@ use pocketmine\utils\Terminal;
use pocketmine\utils\TextFormat;
use pocketmine\utils\Utils;
use pocketmine\uuid\UUID;
use pocketmine\world\biome\Biome;
use pocketmine\world\format\io\WorldProviderManager;
use pocketmine\world\format\io\WritableWorldProvider;
use pocketmine\world\generator\Generator;
@ -936,8 +935,6 @@ class Server{
$this->commandMap = new SimpleCommandMap($this);
Biome::init();
$this->craftingManager = CraftingManagerFromDataHelper::make(\pocketmine\RESOURCE_PATH . '/vanilla/recipes.json');
$this->resourceManager = new ResourcePackManager($this->getDataPath() . "resource_packs" . DIRECTORY_SEPARATOR, $this->logger);