Not quite

This commit is contained in:
StevenRS11
2013-11-06 16:53:14 -05:00
parent d849071e8e
commit b4e0d53509
5 changed files with 19 additions and 8 deletions

View File

@@ -28,6 +28,6 @@ public class ItemBlockDimWall extends ItemBlock
public String getUnlocalizedName(ItemStack par1ItemStack)
{
return subNames[getItemDamageFromStack(par1ItemStack)];
return subNames[(par1ItemStack.getItemDamage())];
}
}