Added quartz bricks

This commit is contained in:
Dylan K. Taylor
2022-07-03 02:11:28 +01:00
parent 227a481473
commit 4acf7aadbd
7 changed files with 9 additions and 2 deletions

View File

@@ -801,6 +801,7 @@ final class StringToItemParser extends StringToTParser{
$result->registerBlock("purpur_slab", fn() => Blocks::PURPUR_SLAB());
$result->registerBlock("purpur_stairs", fn() => Blocks::PURPUR_STAIRS());
$result->registerBlock("quartz_block", fn() => Blocks::QUARTZ());
$result->registerBlock("quartz_bricks", fn() => Blocks::QUARTZ_BRICKS());
$result->registerBlock("quartz_ore", fn() => Blocks::NETHER_QUARTZ_ORE());
$result->registerBlock("quartz_pillar", fn() => Blocks::QUARTZ_PILLAR());
$result->registerBlock("quartz_slab", fn() => Blocks::QUARTZ_SLAB());