mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added hanging roots
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user