aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/RecipeHelper.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
index 122100fb0..9bec4c656 100644
--- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
@@ -23,7 +23,7 @@
package me.shedaniel.rei.api;
-import me.shedaniel.math.api.Rectangle;
+import me.shedaniel.math.Rectangle;
import me.shedaniel.rei.RoughlyEnoughItemsCore;
import net.minecraft.client.gui.screen.ingame.HandledScreen;
import net.minecraft.recipe.Recipe;
@@ -107,6 +107,7 @@ public interface RecipeHelper {
*
* @param categoryIdentifier the category to display in
* @param display the recipe display
+ * @deprecated Use {@link RecipeHelper#registerDisplay(RecipeDisplay)}
*/
@ApiStatus.Internal
@ApiStatus.ScheduledForRemoval