aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-05-08 01:24:22 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-05-08 01:24:22 +0800
commit33ed36eff27c1a533dacb2fa73510687f119c12b (patch)
treeb6e78fa3f8a7ccbb1331dfe9cdb84941ef04a2c9 /src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
parenta5c90bb7d4748ba2da024ce468ffeeda99bf4a0f (diff)
downloadRoughlyEnoughItems-33ed36eff27c1a533dacb2fa73510687f119c12b.tar.gz
RoughlyEnoughItems-33ed36eff27c1a533dacb2fa73510687f119c12b.tar.bz2
RoughlyEnoughItems-33ed36eff27c1a533dacb2fa73510687f119c12b.zip
more internal changes
Fix #56
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java b/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
index c35c31a5b..c56c2c7cb 100644
--- a/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
+++ b/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
@@ -249,7 +249,7 @@ public class RecipeViewingScreen extends Screen {
return false;
}
});
- tab.setRenderable(categories.get(j), categories.get(j).getIcon(), categories.get(j).getCategoryName(), tab.getId() + categoryPages * 6 == categories.indexOf(selectedCategory));
+ tab.setRenderer(categories.get(j), categories.get(j).getIcon(), categories.get(j).getCategoryName(), tab.getId() + categoryPages * 6 == categories.indexOf(selectedCategory));
}
}
Optional<ButtonAreaSupplier> supplier = RecipeHelper.getInstance().getSpeedCraftButtonArea(selectedCategory);