From 1880248ef3516f06a0d6185e26ba83b0932f2829 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 18 Aug 2019 20:20:20 +0800 Subject: Last Second API changes --- src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java') diff --git a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java index 1501d1355..d05823fe6 100644 --- a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java +++ b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java @@ -258,7 +258,7 @@ public class RecipeHelperImpl implements RecipeHelper { ((REIPluginV0) plugin).registerRecipeDisplays(this); ((REIPluginV0) plugin).registerBounds(RoughlyEnoughItemsCore.getDisplayHelper()); ((REIPluginV0) plugin).registerOthers(this); - ((REIPluginV0) plugin).registerItems(RoughlyEnoughItemsCore.getEntryRegistry()); + ((REIPluginV0) plugin).registerEntries(RoughlyEnoughItemsCore.getEntryRegistry()); } else { throw new IllegalStateException("Invaild Plugin Class!"); } -- cgit