Fixed NEI Ghost Overlays.

This commit is contained in:
AlgorithmX2
2014-07-09 22:18:50 -05:00
parent ca6cdf50c1
commit d2e332eedb
5 changed files with 56 additions and 11 deletions
@@ -26,7 +26,7 @@ public class NEICraftingHandler implements IOverlayHandler
int offsetx;
int offsety;
// @override
@Override
public void overlayRecipe(GuiContainer gui, IRecipeHandler recipe, int recipeIndex, boolean shift)
{
try
@@ -42,7 +42,6 @@ public class NEICraftingHandler implements IOverlayHandler
}
}
// @override
public void overlayRecipe(GuiContainer gui, List<PositionedStack> ingredients, boolean shift)
{
try