Implemented Sculk (#5489)

This commit is contained in:
ipad54
2023-01-04 23:10:46 +03:00
committed by GitHub
parent 42db3abf5e
commit 85231215e7
7 changed files with 49 additions and 2 deletions

View File

@ -936,6 +936,7 @@ final class StringToItemParser extends StringToTParser{
$result->registerBlock("sandstone_stairs", fn() => Blocks::SANDSTONE_STAIRS());
$result->registerBlock("sandstone_wall", fn() => Blocks::SANDSTONE_WALL());
$result->registerBlock("sapling", fn() => Blocks::OAK_SAPLING());
$result->registerBlock("sculk", fn() => Blocks::SCULK());
$result->registerBlock("sea_lantern", fn() => Blocks::SEA_LANTERN());
$result->registerBlock("sea_pickle", fn() => Blocks::SEA_PICKLE());
$result->registerBlock("sealantern", fn() => Blocks::SEA_LANTERN());