Minor clean up!

This commit is contained in:
AlgorithmX2
2014-07-19 15:16:25 -05:00
parent 94d17f6abd
commit 3a10671bd6
@@ -46,7 +46,6 @@ public class ContainerInscriber extends AEBaseContainer
{
ItemStack PlateA = myte.getStackInSlot( 0 );
ItemStack PlateB = myte.getStackInSlot( 1 );
ItemStack MiddleIS = myte.getStackInSlot( 2 );
if ( s == middle )
{
@@ -92,7 +91,7 @@ public class ContainerInscriber extends AEBaseContainer
else
otherSlot = top.getStack();
// name presse
// name presses
if ( AEApi.instance().materials().materialNamePress.sameAsStack( otherSlot ) )
return AEApi.instance().materials().materialNamePress.sameAsStack( is );