aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
diff options
context:
space:
mode:
authorDaniel She <shekwancheung0528@gmail.com>2019-05-18 00:11:49 +0800
committerDaniel She <shekwancheung0528@gmail.com>2019-05-18 00:11:49 +0800
commitc59d04ff79de7b5abbe7e1033a6283e0c29ed3d3 (patch)
tree2741bfe02c470e514e7da9e0e9d3ba020fb82926 /src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
parentd979cb8b465c73eabca4e32be2ffa26648471fee (diff)
parent2a22249e3394e47b11b338f2fc6b03475ad7a54f (diff)
downloadRoughlyEnoughItems-c59d04ff79de7b5abbe7e1033a6283e0c29ed3d3.tar.gz
RoughlyEnoughItems-c59d04ff79de7b5abbe7e1033a6283e0c29ed3d3.tar.bz2
RoughlyEnoughItems-c59d04ff79de7b5abbe7e1033a6283e0c29ed3d3.zip
Merge branch '1.14-dev' into 1.14
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java')
-rw-r--r--src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java b/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
index 6ec093cec..a6780f9c4 100644
--- a/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
+++ b/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
@@ -17,7 +17,7 @@ import me.shedaniel.rei.client.RecipeScreenType;
import me.shedaniel.rei.gui.config.ItemListOrderingConfig;
import me.shedaniel.rei.gui.credits.CreditsScreen;
import net.minecraft.client.MinecraftClient;
-import net.minecraft.client.gui.Screen;
+import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.gui.widget.ButtonWidget;
import net.minecraft.client.resource.language.I18n;