mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added spore blossoms
I got tired of the flood of warning messages every time someone joined the dev server...
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user