Fix NEI Plugin to work with new Recipe Setup.

Added Config option to not show colored cables in recipes.
Fortify Recipe System vs OreDicionary Late entries.
This commit is contained in:
AlgorithmX2
2014-07-25 19:31:12 -05:00
parent 31cb594f4d
commit 99f15f36b7
9 changed files with 132 additions and 47 deletions
+2 -1
View File
@@ -60,7 +60,7 @@ public class GroupIngredient implements IIngredient
{
if ( baked != null )
return baked;
if ( isInside )
return new ItemStack[0];
@@ -114,6 +114,7 @@ public class GroupIngredient implements IIngredient
@Override
public void bake() throws RegistrationError, MissingIngredientError
{
baked = null;
baked = getItemStackSet();
}