Added hanging roots

This commit is contained in:
Dylan K. Taylor
2022-07-14 16:47:55 +01:00
parent 323d31005f
commit d321094081
6 changed files with 66 additions and 1 deletions

View File

@ -634,6 +634,7 @@ final class StringToItemParser extends StringToTParser{
$result->registerBlock("grass_path", fn() => Blocks::GRASS_PATH());
$result->registerBlock("gravel", fn() => Blocks::GRAVEL());
$result->registerBlock("green_torch", fn() => Blocks::GREEN_TORCH());
$result->registerBlock("hanging_roots", fn() => Blocks::HANGING_ROOTS());
$result->registerBlock("hard_glass", fn() => Blocks::HARDENED_GLASS());
$result->registerBlock("hard_glass_pane", fn() => Blocks::HARDENED_GLASS_PANE());
$result->registerBlock("hard_stained_glass", fn() => Blocks::STAINED_HARDENED_GLASS());