aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-08-18 01:50:55 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-08-18 01:50:55 +0800
commitb65de8ed7fe045df451130e3c790613c4f002e2c (patch)
tree3412946f5dbf218e34bb7e7b94694768dae89e97 /src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java
parent2000b84ad41de1b4729b153091699baad15d6237 (diff)
downloadRoughlyEnoughItems-b65de8ed7fe045df451130e3c790613c4f002e2c.tar.gz
RoughlyEnoughItems-b65de8ed7fe045df451130e3c790613c4f002e2c.tar.bz2
RoughlyEnoughItems-b65de8ed7fe045df451130e3c790613c4f002e2c.zip
Bye Bye java.awt
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java b/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java
index 6ffbaebd2..435920486 100644
--- a/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java
+++ b/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java
@@ -6,6 +6,7 @@
package me.shedaniel.rei.gui;
import com.google.common.collect.Lists;
+import me.shedaniel.math.api.Rectangle;
import me.shedaniel.rei.RoughlyEnoughItemsCore;
import me.shedaniel.rei.api.ClientHelper;
import me.shedaniel.rei.api.RecipeCategory;
@@ -27,7 +28,6 @@ import net.minecraft.text.TranslatableText;
import net.minecraft.util.Formatting;
import net.minecraft.util.Identifier;
-import java.awt.*;
import java.io.IOException;
import java.util.Collections;
import java.util.List;