aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/impl
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-09 22:40:49 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-09 22:40:49 +0800
commit8b89fff542fb941e209f0b25d3c6ea4f72518f70 (patch)
treea8743148a17af29d1fdb4d345ecc562a52dd8396 /src/main/java/me/shedaniel/impl
parent376eabab786fdb5ce2a6324fc7d9738e871e125f (diff)
downloadRoughlyEnoughItems-2.0.0.30.tar.gz
RoughlyEnoughItems-2.0.0.30.tar.bz2
RoughlyEnoughItems-2.0.0.30.zip
Fixes stuffv2.0.0.30
Diffstat (limited to 'src/main/java/me/shedaniel/impl')
-rwxr-xr-xsrc/main/java/me/shedaniel/impl/REIRecipeManager.java1
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) {