diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-27 15:25:04 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-27 15:25:04 +0800 |
| commit | 93fc2eb1ae95c99ce0c1b6b1ab04d1ce773ad648 (patch) | |
| tree | 7c9fac2a3d1647201ebe1e0c4a09f7afe3b3d1a1 /src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java | |
| parent | f701792763abfed441687b27ef91a62ed09abd9d (diff) | |
| download | RoughlyEnoughItems-93fc2eb1ae95c99ce0c1b6b1ab04d1ce773ad648.tar.gz RoughlyEnoughItems-93fc2eb1ae95c99ce0c1b6b1ab04d1ce773ad648.tar.bz2 RoughlyEnoughItems-93fc2eb1ae95c99ce0c1b6b1ab04d1ce773ad648.zip | |
Improvements to Weather and GameMode options
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java b/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java index 3fec7b95d..db505e0af 100644 --- a/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java +++ b/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java @@ -139,7 +139,7 @@ public class VillagerRecipeViewingScreen extends Screen implements RecipeScreen } @Override - protected void init() { + public void init() { super.init(); boolean isCompactTabs = ConfigObject.getInstance().isUsingCompactTabs(); int tabSize = isCompactTabs ? 24 : 28; |
