diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-09 22:40:49 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-09 22:40:49 +0800 |
| commit | 77af6b3f548d34bfdafc585847d3d80ec783c7e7 (patch) | |
| tree | a8743148a17af29d1fdb4d345ecc562a52dd8396 /src/main/java/me/shedaniel/impl | |
| parent | b5c42887ba529be9b6723419239af68f222f6dc6 (diff) | |
| download | RoughlyEnoughItems-77af6b3f548d34bfdafc585847d3d80ec783c7e7.tar.gz RoughlyEnoughItems-77af6b3f548d34bfdafc585847d3d80ec783c7e7.tar.bz2 RoughlyEnoughItems-77af6b3f548d34bfdafc585847d3d80ec783c7e7.zip | |
Fixes stuff
Diffstat (limited to 'src/main/java/me/shedaniel/impl')
| -rwxr-xr-x | src/main/java/me/shedaniel/impl/REIRecipeManager.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/impl/REIRecipeManager.java b/src/main/java/me/shedaniel/impl/REIRecipeManager.java index edccce8ba..9ebfcf792 100755 --- a/src/main/java/me/shedaniel/impl/REIRecipeManager.java +++ b/src/main/java/me/shedaniel/impl/REIRecipeManager.java @@ -192,6 +192,7 @@ public class REIRecipeManager implements IRecipeManager { REIRecipeManager.instance().recipeManager = manager; Core.getListeners(IREIPlugin.class).forEach(IREIPlugin::registerCategories); Core.getListeners(IREIPlugin.class).forEach(IREIPlugin::registerRecipes); + Core.getListeners(IREIPlugin.class).forEach(IREIPlugin::registerSpecialGuiExclusion); } public void displayRecipesFor(ItemStack stack) { |
