Implement Medicine (from Education Edition) (#5450)

This commit is contained in:
zSALLAZAR
2022-12-24 18:38:12 +01:00
committed by GitHub
parent d37841c214
commit b4c7d33388
11 changed files with 276 additions and 1 deletions

View File

@ -33,6 +33,7 @@ use pocketmine\block\utils\LeverFacing;
use pocketmine\block\utils\MushroomBlockType;
use pocketmine\block\utils\SkullType;
use pocketmine\block\utils\SlabType;
use pocketmine\item\MedicineType;
use pocketmine\item\PotionType;
use pocketmine\item\SuspiciousStewType;
use function array_key_first;
@ -166,6 +167,7 @@ $enumsUsed = [
DyeColor::getAll(),
FroglightType::getAll(),
LeverFacing::getAll(),
MedicineType::getAll(),
MushroomBlockType::getAll(),
SkullType::getAll(),
SlabType::getAll(),