This commit is contained in:
Dylan K. Taylor 2022-02-07 02:43:57 +00:00
parent 1b48603d07
commit 9e03136861
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -25,13 +25,8 @@ namespace pocketmine\data\bedrock\blockstate\upgrade;
use pocketmine\data\bedrock\blockstate\BlockStateData;
use pocketmine\data\bedrock\LegacyBlockIdToStringIdMap;
use pocketmine\errorhandler\ErrorToExceptionHandler;
use pocketmine\network\mcpe\protocol\serializer\NetworkNbtSerializer;
use pocketmine\utils\BinaryStream;
use pocketmine\utils\SingletonTrait;
use Webmozart\PathUtil\Path;
use function file_get_contents;
use const pocketmine\BEDROCK_DATA_PATH;
/**
* Handles translating legacy 1.12 block ID/meta into modern blockstates.