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/impl/DisplayBoundsRegistryImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/src/main/java/me/shedaniel/rei/impl/DisplayBoundsRegistryImpl.java') diff --git a/runtime/src/main/java/me/shedaniel/rei/impl/DisplayBoundsRegistryImpl.java b/runtime/src/main/java/me/shedaniel/rei/impl/DisplayBoundsRegistryImpl.java index 05d8bc98b..df636a2c1 100644 --- a/runtime/src/main/java/me/shedaniel/rei/impl/DisplayBoundsRegistryImpl.java +++ b/runtime/src/main/java/me/shedaniel/rei/impl/DisplayBoundsRegistryImpl.java @@ -30,8 +30,8 @@ import me.shedaniel.math.Rectangle; import me.shedaniel.rei.api.ExclusionZones; import me.shedaniel.rei.api.DisplayBoundsRegistry; import me.shedaniel.rei.api.OverlayDecider; -import me.shedaniel.rei.gui.config.DisplayPanelLocation; -import me.shedaniel.rei.utils.CollectionUtils; +import me.shedaniel.rei.api.gui.config.DisplayPanelLocation; +import me.shedaniel.rei.api.util.CollectionUtils; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; import net.minecraft.client.Minecraft; -- cgit