Implemented pink petals (#5940)

This commit is contained in:
ipad54
2023-08-09 13:33:33 +03:00
committed by GitHub
parent baefbce863
commit 77dfbc4e23
7 changed files with 139 additions and 2 deletions

View File

@ -856,6 +856,7 @@ final class StringToItemParser extends StringToTParser{
$result->registerBlock("packed_ice", fn() => Blocks::PACKED_ICE());
$result->registerBlock("packed_mud", fn() => Blocks::PACKED_MUD());
$result->registerBlock("peony", fn() => Blocks::PEONY());
$result->registerBlock("pink_petals", fn() => Blocks::PINK_PETALS());
$result->registerBlock("pink_tulip", fn() => Blocks::PINK_TULIP());
$result->registerBlock("piglin_head", fn() => Blocks::MOB_HEAD()->setMobHeadType(MobHeadType::PIGLIN()));
$result->registerBlock("plank", fn() => Blocks::OAK_PLANKS());