StringToItemParser: added glazed_terracotta alias

This commit is contained in:
Dylan K. Taylor 2022-07-02 21:34:20 +01:00
parent 7750f9581a
commit b661c94915
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -538,6 +538,7 @@ final class StringToItemParser extends StringToTParser{
$result->registerBlock("glass", fn() => Blocks::GLASS());
$result->registerBlock("glass_pane", fn() => Blocks::GLASS_PANE());
$result->registerBlock("glass_panel", fn() => Blocks::GLASS_PANE());
$result->registerBlock("glazed_terracotta", fn() => Blocks::GLAZED_TERRACOTTA());
$result->registerBlock("glowing_obsidian", fn() => Blocks::GLOWING_OBSIDIAN());
$result->registerBlock("glowing_redstone_ore", fn() => Blocks::REDSTONE_ORE()->setLit(true));
$result->registerBlock("glowingobsidian", fn() => Blocks::GLOWING_OBSIDIAN());