Added froglights

This commit is contained in:
Dylan K. Taylor
2022-07-23 17:40:38 +01:00
parent 4419161a49
commit 102406ee79
11 changed files with 149 additions and 2 deletions

View File

@ -28,6 +28,7 @@ use pocketmine\block\utils\CopperOxidation;
use pocketmine\block\utils\CoralType;
use pocketmine\block\utils\DirtType;
use pocketmine\block\utils\DyeColor;
use pocketmine\block\utils\FroglightType;
use pocketmine\block\utils\LeverFacing;
use pocketmine\block\utils\MushroomBlockType;
use pocketmine\block\utils\SkullType;
@ -161,6 +162,7 @@ $enumsUsed = [
CoralType::getAll(),
DirtType::getAll(),
DyeColor::getAll(),
FroglightType::getAll(),
LeverFacing::getAll(),
MushroomBlockType::getAll(),
SkullType::getAll(),