From b65de8ed7fe045df451130e3c790613c4f002e2c Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 18 Aug 2019 01:50:55 +0800 Subject: Bye Bye java.awt --- src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java') 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; -- cgit