@@ -367,6 +367,40 @@ public final class BlockTypes {
367367
368368 public static final DefaultedRegistryReference <BlockType > CHAIN_COMMAND_BLOCK = BlockTypes .key (ResourceKey .minecraft ("chain_command_block" ));
369369
370+ public static final DefaultedRegistryReference <BlockType > CHERRY_BUTTON = BlockTypes .key (ResourceKey .minecraft ("cherry_button" ));
371+
372+ public static final DefaultedRegistryReference <BlockType > CHERRY_DOOR = BlockTypes .key (ResourceKey .minecraft ("cherry_door" ));
373+
374+ public static final DefaultedRegistryReference <BlockType > CHERRY_FENCE = BlockTypes .key (ResourceKey .minecraft ("cherry_fence" ));
375+
376+ public static final DefaultedRegistryReference <BlockType > CHERRY_FENCE_GATE = BlockTypes .key (ResourceKey .minecraft ("cherry_fence_gate" ));
377+
378+ public static final DefaultedRegistryReference <BlockType > CHERRY_HANGING_SIGN = BlockTypes .key (ResourceKey .minecraft ("cherry_hanging_sign" ));
379+
380+ public static final DefaultedRegistryReference <BlockType > CHERRY_LEAVES = BlockTypes .key (ResourceKey .minecraft ("cherry_leaves" ));
381+
382+ public static final DefaultedRegistryReference <BlockType > CHERRY_LOG = BlockTypes .key (ResourceKey .minecraft ("cherry_log" ));
383+
384+ public static final DefaultedRegistryReference <BlockType > CHERRY_PLANKS = BlockTypes .key (ResourceKey .minecraft ("cherry_planks" ));
385+
386+ public static final DefaultedRegistryReference <BlockType > CHERRY_PRESSURE_PLATE = BlockTypes .key (ResourceKey .minecraft ("cherry_pressure_plate" ));
387+
388+ public static final DefaultedRegistryReference <BlockType > CHERRY_SAPLING = BlockTypes .key (ResourceKey .minecraft ("cherry_sapling" ));
389+
390+ public static final DefaultedRegistryReference <BlockType > CHERRY_SIGN = BlockTypes .key (ResourceKey .minecraft ("cherry_sign" ));
391+
392+ public static final DefaultedRegistryReference <BlockType > CHERRY_SLAB = BlockTypes .key (ResourceKey .minecraft ("cherry_slab" ));
393+
394+ public static final DefaultedRegistryReference <BlockType > CHERRY_STAIRS = BlockTypes .key (ResourceKey .minecraft ("cherry_stairs" ));
395+
396+ public static final DefaultedRegistryReference <BlockType > CHERRY_TRAPDOOR = BlockTypes .key (ResourceKey .minecraft ("cherry_trapdoor" ));
397+
398+ public static final DefaultedRegistryReference <BlockType > CHERRY_WALL_HANGING_SIGN = BlockTypes .key (ResourceKey .minecraft ("cherry_wall_hanging_sign" ));
399+
400+ public static final DefaultedRegistryReference <BlockType > CHERRY_WALL_SIGN = BlockTypes .key (ResourceKey .minecraft ("cherry_wall_sign" ));
401+
402+ public static final DefaultedRegistryReference <BlockType > CHERRY_WOOD = BlockTypes .key (ResourceKey .minecraft ("cherry_wood" ));
403+
370404 public static final DefaultedRegistryReference <BlockType > CHEST = BlockTypes .key (ResourceKey .minecraft ("chest" ));
371405
372406 public static final DefaultedRegistryReference <BlockType > CHIPPED_ANVIL = BlockTypes .key (ResourceKey .minecraft ("chipped_anvil" ));
@@ -617,6 +651,8 @@ public final class BlockTypes {
617651
618652 public static final DefaultedRegistryReference <BlockType > DEAD_TUBE_CORAL_WALL_FAN = BlockTypes .key (ResourceKey .minecraft ("dead_tube_coral_wall_fan" ));
619653
654+ public static final DefaultedRegistryReference <BlockType > DECORATED_POT = BlockTypes .key (ResourceKey .minecraft ("decorated_pot" ));
655+
620656 public static final DefaultedRegistryReference <BlockType > DEEPSLATE = BlockTypes .key (ResourceKey .minecraft ("deepslate" ));
621657
622658 public static final DefaultedRegistryReference <BlockType > DEEPSLATE_BRICK_SLAB = BlockTypes .key (ResourceKey .minecraft ("deepslate_brick_slab" ));
@@ -1289,6 +1325,8 @@ public final class BlockTypes {
12891325
12901326 public static final DefaultedRegistryReference <BlockType > PINK_GLAZED_TERRACOTTA = BlockTypes .key (ResourceKey .minecraft ("pink_glazed_terracotta" ));
12911327
1328+ public static final DefaultedRegistryReference <BlockType > PINK_PETALS = BlockTypes .key (ResourceKey .minecraft ("pink_petals" ));
1329+
12921330 public static final DefaultedRegistryReference <BlockType > PINK_SHULKER_BOX = BlockTypes .key (ResourceKey .minecraft ("pink_shulker_box" ));
12931331
12941332 public static final DefaultedRegistryReference <BlockType > PINK_STAINED_GLASS = BlockTypes .key (ResourceKey .minecraft ("pink_stained_glass" ));
@@ -1385,6 +1423,8 @@ public final class BlockTypes {
13851423
13861424 public static final DefaultedRegistryReference <BlockType > POTTED_CACTUS = BlockTypes .key (ResourceKey .minecraft ("potted_cactus" ));
13871425
1426+ public static final DefaultedRegistryReference <BlockType > POTTED_CHERRY_SAPLING = BlockTypes .key (ResourceKey .minecraft ("potted_cherry_sapling" ));
1427+
13881428 public static final DefaultedRegistryReference <BlockType > POTTED_CORNFLOWER = BlockTypes .key (ResourceKey .minecraft ("potted_cornflower" ));
13891429
13901430 public static final DefaultedRegistryReference <BlockType > POTTED_CRIMSON_FUNGUS = BlockTypes .key (ResourceKey .minecraft ("potted_crimson_fungus" ));
@@ -1423,6 +1463,8 @@ public final class BlockTypes {
14231463
14241464 public static final DefaultedRegistryReference <BlockType > POTTED_SPRUCE_SAPLING = BlockTypes .key (ResourceKey .minecraft ("potted_spruce_sapling" ));
14251465
1466+ public static final DefaultedRegistryReference <BlockType > POTTED_TORCHFLOWER = BlockTypes .key (ResourceKey .minecraft ("potted_torchflower" ));
1467+
14261468 public static final DefaultedRegistryReference <BlockType > POTTED_WARPED_FUNGUS = BlockTypes .key (ResourceKey .minecraft ("potted_warped_fungus" ));
14271469
14281470 public static final DefaultedRegistryReference <BlockType > POTTED_WARPED_ROOTS = BlockTypes .key (ResourceKey .minecraft ("potted_warped_roots" ));
@@ -1745,6 +1787,10 @@ public final class BlockTypes {
17451787
17461788 public static final DefaultedRegistryReference <BlockType > STRIPPED_BIRCH_WOOD = BlockTypes .key (ResourceKey .minecraft ("stripped_birch_wood" ));
17471789
1790+ public static final DefaultedRegistryReference <BlockType > STRIPPED_CHERRY_LOG = BlockTypes .key (ResourceKey .minecraft ("stripped_cherry_log" ));
1791+
1792+ public static final DefaultedRegistryReference <BlockType > STRIPPED_CHERRY_WOOD = BlockTypes .key (ResourceKey .minecraft ("stripped_cherry_wood" ));
1793+
17481794 public static final DefaultedRegistryReference <BlockType > STRIPPED_CRIMSON_HYPHAE = BlockTypes .key (ResourceKey .minecraft ("stripped_crimson_hyphae" ));
17491795
17501796 public static final DefaultedRegistryReference <BlockType > STRIPPED_CRIMSON_STEM = BlockTypes .key (ResourceKey .minecraft ("stripped_crimson_stem" ));
@@ -1781,6 +1827,8 @@ public final class BlockTypes {
17811827
17821828 public static final DefaultedRegistryReference <BlockType > SUNFLOWER = BlockTypes .key (ResourceKey .minecraft ("sunflower" ));
17831829
1830+ public static final DefaultedRegistryReference <BlockType > SUSPICIOUS_SAND = BlockTypes .key (ResourceKey .minecraft ("suspicious_sand" ));
1831+
17841832 public static final DefaultedRegistryReference <BlockType > SWEET_BERRY_BUSH = BlockTypes .key (ResourceKey .minecraft ("sweet_berry_bush" ));
17851833
17861834 public static final DefaultedRegistryReference <BlockType > TALL_GRASS = BlockTypes .key (ResourceKey .minecraft ("tall_grass" ));
@@ -1797,6 +1845,10 @@ public final class BlockTypes {
17971845
17981846 public static final DefaultedRegistryReference <BlockType > TORCH = BlockTypes .key (ResourceKey .minecraft ("torch" ));
17991847
1848+ public static final DefaultedRegistryReference <BlockType > TORCHFLOWER = BlockTypes .key (ResourceKey .minecraft ("torchflower" ));
1849+
1850+ public static final DefaultedRegistryReference <BlockType > TORCHFLOWER_CROP = BlockTypes .key (ResourceKey .minecraft ("torchflower_crop" ));
1851+
18001852 public static final DefaultedRegistryReference <BlockType > TRAPPED_CHEST = BlockTypes .key (ResourceKey .minecraft ("trapped_chest" ));
18011853
18021854 public static final DefaultedRegistryReference <BlockType > TRIPWIRE = BlockTypes .key (ResourceKey .minecraft ("tripwire" ));
0 commit comments