diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 20:20:20 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 20:20:20 +0800 |
| commit | 1880248ef3516f06a0d6185e26ba83b0932f2829 (patch) | |
| tree | 00236e928511ac26b63df3d3ff1b112dabd1a7e4 /src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | |
| parent | ce5bf4141fa74825483f2732a3a1b37d324b7f09 (diff) | |
| download | RoughlyEnoughItems-1880248ef3516f06a0d6185e26ba83b0932f2829.tar.gz RoughlyEnoughItems-1880248ef3516f06a0d6185e26ba83b0932f2829.tar.bz2 RoughlyEnoughItems-1880248ef3516f06a0d6185e26ba83b0932f2829.zip | |
Last Second API changes
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
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!"); } |
