From dc92d0a4d262b633e9f322def3e89ab1a05417ab Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 5 Feb 2021 21:55:26 +0800 Subject: More Signed-off-by: shedaniel --- .../main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java') diff --git a/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java b/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java index 1bf8173e8..30ae6b1d5 100644 --- a/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java +++ b/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java @@ -30,10 +30,10 @@ import me.shedaniel.clothconfig2.gui.widget.DynamicNewSmoothScrollingEntryListWi import me.shedaniel.clothconfig2.impl.EasingMethod; import me.shedaniel.math.Point; import me.shedaniel.math.Rectangle; -import me.shedaniel.rei.api.widgets.Widgets; -import me.shedaniel.rei.gui.config.RecipeScreenType; -import me.shedaniel.rei.gui.widget.Widget; -import me.shedaniel.rei.gui.widget.WidgetWithBounds; +import me.shedaniel.rei.api.gui.widgets.Widgets; +import me.shedaniel.rei.api.gui.config.RecipeScreenType; +import me.shedaniel.rei.api.gui.widgets.Widget; +import me.shedaniel.rei.api.gui.widgets.WidgetWithBounds; import me.shedaniel.rei.impl.ScreenHelper; import net.minecraft.ChatFormatting; import net.minecraft.client.Minecraft; -- cgit