@@ -930,11 +930,10 @@ protected void configure(RegistryWrapper.WrapperLookup lookup) {
930930 .add (ItemKeys .WARPED_FUNGUS )
931931 .add (ItemKeys .SHORT_GRASS )
932932 .add (ItemKeys .FERN )
933+ .add (ItemKeys .SHORT_DRY_GRASS )
933934 .add (ItemKeys .BUSH )
934935 .add (ItemKeys .DEAD_BUSH )
935936 .add (ItemKeys .DANDELION )
936- .add (ItemKeys .OPEN_EYEBLOSSOM )
937- .add (ItemKeys .CLOSED_EYEBLOSSOM )
938937 .add (ItemKeys .POPPY )
939938 .add (ItemKeys .BLUE_ORCHID )
940939 .add (ItemKeys .ALLIUM )
@@ -947,6 +946,9 @@ protected void configure(RegistryWrapper.WrapperLookup lookup) {
947946 .add (ItemKeys .CORNFLOWER )
948947 .add (ItemKeys .LILY_OF_THE_VALLEY )
949948 .add (ItemKeys .TORCHFLOWER )
949+ .add (ItemKeys .CACTUS_FLOWER )
950+ .add (ItemKeys .CLOSED_EYEBLOSSOM )
951+ .add (ItemKeys .OPEN_EYEBLOSSOM )
950952 .add (ItemKeys .WITHER_ROSE )
951953 .add (ItemKeys .PINK_PETALS )
952954 .add (ItemKeys .WILDFLOWERS )
@@ -964,6 +966,7 @@ protected void configure(RegistryWrapper.WrapperLookup lookup) {
964966 .add (ItemKeys .VINE )
965967 .add (ItemKeys .TALL_GRASS )
966968 .add (ItemKeys .LARGE_FERN )
969+ .add (ItemKeys .TALL_DRY_GRASS )
967970 .add (ItemKeys .SUNFLOWER )
968971 .add (ItemKeys .LILAC )
969972 .add (ItemKeys .ROSE_BUSH )
@@ -1264,6 +1267,10 @@ protected void configure(RegistryWrapper.WrapperLookup lookup) {
12641267 .add (ItemKeys .IRON_HORSE_ARMOR )
12651268 .add (ItemKeys .GOLDEN_HORSE_ARMOR )
12661269 .add (ItemKeys .DIAMOND_HORSE_ARMOR );
1270+ this .getOrCreateTagBuilder (ItematicItemTags .EGGS )
1271+ .add (ItemKeys .EGG )
1272+ .add (ItemKeys .BROWN_EGG )
1273+ .add (ItemKeys .BLUE_EGG );
12671274 this .getOrCreateTagBuilder (ItematicItemTags .FOOD )
12681275 .add (ItemKeys .APPLE )
12691276 .add (ItemKeys .GOLDEN_APPLE )
0 commit comments