Improved Handling of Pattern Corruption.

This commit is contained in:
AlgorithmX2
2014-07-24 10:59:57 -05:00
parent 82d1f8f506
commit 6ef95e0586
5 changed files with 41 additions and 70 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ public class SlotDisconnected extends AppEngSlot
{
ItemEncodedPattern iep = (ItemEncodedPattern) is.getItem();
ItemStack out = iep.getOutput( is );
return out;
if ( out != null )
return out;
}
}
return super.getStack();