Skip to content

Commit 1ee31c5

Browse files
author
flatkat
committed
Fixed Ruby appearing in "Ingredients" creative tab
1 parent f8fef4f commit 1ee31c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/net/flatkat/ancient_forgotten/item/ModItems.java

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ private static Item registerItem(String name, Item item){
2424

2525
public static void registerModItems(){
2626
AncientAndForgotten.LOGGER.info("Registering Mod Items for " + AncientAndForgotten.MOD_ID);
27-
28-
ItemGroupEvents.modifyEntriesEvent(ItemGroups.INGREDIENTS).register(ModItems::addItemsToIngredientItemGroup);
2927
}
3028
}

0 commit comments

Comments
 (0)