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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
index f7ddec0c0..f70f21669 100644
--- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java
@@ -29,9 +29,9 @@ public interface RecipeHelper {
return RoughlyEnoughItemsCore.getRecipeHelper();
}
- AutoCraftingHandler registerAutoCraftingHandler(AutoCraftingHandler handler);
+ AutoTransferHandler registerAutoCraftingHandler(AutoTransferHandler handler);
- List<AutoCraftingHandler> getSortedAutoCraftingHandler();
+ List<AutoTransferHandler> getSortedAutoCraftingHandler();
/**
* Gets the total recipe count registered