aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-06-18 23:04:37 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-06-18 23:04:37 +0800
commit5a75d9d47c41cacc7dc7c695ce7f7cd840f51991 (patch)
tree8bcf1af4dc3846c1669e0f7767fa8e9ddc1a1f6c /src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java
parente3c936978b5b79cef6b937ab0cedf208d80da714 (diff)
downloadRoughlyEnoughItems-5a75d9d47c41cacc7dc7c695ce7f7cd840f51991.tar.gz
RoughlyEnoughItems-5a75d9d47c41cacc7dc7c695ce7f7cd840f51991.tar.bz2
RoughlyEnoughItems-5a75d9d47c41cacc7dc7c695ce7f7cd840f51991.zip
click on arrows
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java2
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 f6958c5be..a657c49b4 100644
--- a/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java
+++ b/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java
@@ -13,7 +13,7 @@ import me.shedaniel.cloth.api.ClientUtils;
import me.shedaniel.rei.RoughlyEnoughItemsCore;
import me.shedaniel.rei.api.*;
import me.shedaniel.rei.client.ScreenHelper;
-import me.shedaniel.rei.gui.renderables.RecipeRenderer;
+import me.shedaniel.rei.gui.renderers.RecipeRenderer;
import me.shedaniel.rei.gui.widget.*;
import net.minecraft.ChatFormat;
import net.minecraft.client.MinecraftClient;