Added spore blossoms

I got tired of the flood of warning messages every time someone joined the dev server...
This commit is contained in:
Dylan K. Taylor
2022-07-19 20:28:09 +01:00
parent de3bbb71fa
commit fa201b081c
9 changed files with 115 additions and 2 deletions

View File

@ -944,6 +944,7 @@ final class StringToItemParser extends StringToTParser{
$result->registerBlock("soul_soil", fn() => Blocks::SOUL_SOIL());
$result->registerBlock("soul_torch", fn() => Blocks::SOUL_TORCH());
$result->registerBlock("sponge", fn() => Blocks::SPONGE());
$result->registerBlock("spore_blossom", fn() => Blocks::SPORE_BLOSSOM());
$result->registerBlock("spruce_button", fn() => Blocks::SPRUCE_BUTTON());
$result->registerBlock("spruce_door", fn() => Blocks::SPRUCE_DOOR());
$result->registerBlock("spruce_door_block", fn() => Blocks::SPRUCE_DOOR());