Temporary disable JEI ghost ingredient handler. #1905

This commit is contained in:
raoulvdberge
2018-07-23 23:05:50 +02:00
parent efc5cc0684
commit a4119e533c

View File

@@ -1,6 +1,5 @@
package com.raoulvdberge.refinedstorage.integration.jei;
import com.raoulvdberge.refinedstorage.gui.GuiBase;
import mezz.jei.api.IJeiRuntime;
import mezz.jei.api.IModPlugin;
import mezz.jei.api.IModRegistry;
@@ -23,7 +22,7 @@ public class RSJEIPlugin implements IModPlugin {
registry.addRecipeRegistryPlugin(new RecipeRegistryPluginCover());
registry.addRecipeRegistryPlugin(new RecipeRegistryPluginHollowCover());
registry.addGhostIngredientHandler(GuiBase.class, new GhostIngredientHandler());
// TODO: #1905 registry.addGhostIngredientHandler(GuiBase.class, new GhostIngredientHandler());
}
@Override