mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 04:00:29 +00:00
Implemented Lectern (#4708)
Co-authored-by: Covered123 <58715544+JavierLeon9966@users.noreply.github.com> Co-authored-by: Dylan K. Taylor <dktapps@pmmp.io>
This commit is contained in:
@@ -628,6 +628,7 @@ final class StringToItemParser extends StringToTParser{
|
||||
$result->registerBlock("leave2", fn() => VanillaBlocks::ACACIA_LEAVES());
|
||||
$result->registerBlock("leaves", fn() => VanillaBlocks::OAK_LEAVES());
|
||||
$result->registerBlock("leaves2", fn() => VanillaBlocks::ACACIA_LEAVES());
|
||||
$result->registerBlock("lectern", fn() => VanillaBlocks::LECTERN());
|
||||
$result->registerBlock("legacy_stonecutter", fn() => VanillaBlocks::LEGACY_STONECUTTER());
|
||||
$result->registerBlock("lever", fn() => VanillaBlocks::LEVER());
|
||||
$result->registerBlock("light_blue_glazed_terracotta", fn() => VanillaBlocks::LIGHT_BLUE_GLAZED_TERRACOTTA());
|
||||
|
Reference in New Issue
Block a user