diff options
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 4 |
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 |
