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:
ipad54
2022-01-16 00:21:29 +03:00
committed by GitHub
parent ee6548aa50
commit 1366c49f1f
8 changed files with 253 additions and 3 deletions

View File

@@ -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());