This commit is contained in:
Dylan K. Taylor 2021-06-21 20:31:24 +01:00
parent 2a6009f8bf
commit 444d902990
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,6 @@ use function array_fill;
use function array_filter;
use function get_class;
use function min;
use function var_dump;
/**
* Manages deserializing block types from their legacy blockIDs and metadata.

View File

@ -43,7 +43,6 @@ use pocketmine\entity\projectile\ExperienceBottle;
use pocketmine\entity\projectile\Snowball;
use pocketmine\entity\projectile\SplashPotion;
use pocketmine\item\Item;
use pocketmine\item\PotionType;
use pocketmine\math\Facing;
use pocketmine\math\Vector3;
use pocketmine\nbt\NbtDataException;