From 019aa13875ca639dda2f34c66e3160f72b923cfd Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 9 Aug 2019 20:47:52 +0800 Subject: Fluid? --- src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java') diff --git a/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java b/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java index bfe92d0d0..1863495bc 100644 --- a/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java +++ b/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java @@ -301,7 +301,7 @@ public class RecipeViewingScreen extends Screen { for (List workingStation : workingStations) { preWidgets.add(new SlotWidget(xx, yy, Renderer.fromItemStacks(workingStation), true, true, true) { @Override - protected List getExtraToolTips(ItemStack stack) { + protected List getExtraItemToolTips(ItemStack stack) { return list; } }); -- cgit