Fixe Missing texture Errors.

This commit is contained in:
AlgorithmX2
2014-07-11 00:01:31 -05:00
parent 7242dfeb08
commit 441018a6bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ public class ItemMultiMaterial extends AEBaseItem implements IStorageComponent,
{
for (MaterialType mat : MaterialType.values())
{
if ( mat.damageValue != -1 )
if ( mat.damageValue != -1 && mat != MaterialType.InvalidType )
{
String tex = "appliedenergistics2:" + nameOf( new ItemStack( this, 1, mat.damageValue ) );
mat.IIcon = icoRegister.registerIcon( tex );