aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/java/me/shedaniel/rei/gui/RecipeScreen.java
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/main/java/me/shedaniel/rei/gui/RecipeScreen.java')
-rw-r--r--runtime/src/main/java/me/shedaniel/rei/gui/RecipeScreen.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/gui/RecipeScreen.java b/runtime/src/main/java/me/shedaniel/rei/gui/RecipeScreen.java
index d34eb18a4..1760c7873 100644
--- a/runtime/src/main/java/me/shedaniel/rei/gui/RecipeScreen.java
+++ b/runtime/src/main/java/me/shedaniel/rei/gui/RecipeScreen.java
@@ -24,8 +24,8 @@
package me.shedaniel.rei.gui;
import me.shedaniel.math.Rectangle;
-import me.shedaniel.rei.api.ingredient.EntryStack;
-import net.minecraft.resources.ResourceLocation;
+import me.shedaniel.rei.api.common.category.CategoryIdentifier;
+import me.shedaniel.rei.api.common.ingredient.EntryStack;
import org.jetbrains.annotations.ApiStatus;
@ApiStatus.Internal
@@ -36,7 +36,7 @@ public interface RecipeScreen {
void addResultStackToNotice(EntryStack<?> stack);
- ResourceLocation getCurrentCategory();
+ CategoryIdentifier<?> getCurrentCategory();
void recalculateCategoryPage();
} \ No newline at end of file