Implement glow lichen (#5401)

This commit is contained in:
IvanCraft623
2023-06-04 10:04:08 -05:00
committed by GitHub
parent 9c6d4093ae
commit 6d7f44d8fe
14 changed files with 384 additions and 6 deletions

View File

@ -647,6 +647,7 @@ final class StringToItemParser extends StringToTParser{
$result->registerBlock("glowingobsidian", fn() => Blocks::GLOWING_OBSIDIAN());
$result->registerBlock("glowstone", fn() => Blocks::GLOWSTONE());
$result->registerBlock("glowstone_block", fn() => Blocks::GLOWSTONE());
$result->registerBlock("glow_lichen", fn() => Blocks::GLOW_LICHEN());
$result->registerBlock("gold", fn() => Blocks::GOLD());
$result->registerBlock("gold_block", fn() => Blocks::GOLD());
$result->registerBlock("gold_ore", fn() => Blocks::GOLD_ORE());